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 ae7ad39 commit eda4fb3Copy full SHA for eda4fb3
src/DocumentStore.zig
@@ -997,7 +997,7 @@ pub fn loadTrigramStores(self: *DocumentStore) error{OutOfMemory}![]*DocumentSto
997
for (self.handles.values()) |handle| {
998
_ = try handle.getTrigramStore();
999
}
1000
- return;
+ return try self.allocator.dupe(*DocumentStore.Handle, self.handles.values());
1001
1002
1003
const handles = handles: {
0 commit comments