We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc0c9b3 commit 166dd56Copy full SHA for 166dd56
src/DocumentStore.zig
@@ -972,7 +972,7 @@ pub fn loadTrigramStores(self: *DocumentStore) error{OutOfMemory}![]*DocumentSto
972
for (self.handles.values()) |handle| {
973
_ = try handle.getTrigramStore();
974
}
975
- return;
+ return try self.allocator.dupe(*DocumentStore.Handle, self.handles.values());
976
977
978
const handles = handles: {
0 commit comments