tiny.sql.SearchResults
Defined in tiny.sql.
API (4)
Actions
Public operations.
Fields and members
Public fields and members.
Source
Source: lib/sql/src/search/engine.zig:56
zig
pub const Results = struct { allocator: Allocator, hits: []hit_mod.Hit, total: usize, pub fn deinit(self: *Results) void { if (self.hits.len != 0) self.allocator.free(self.hits); self.* = undefined; }};Source: lib/sql/src/root.zig:262
zig
pub const SearchResults = search.Results;Also reachable as
Audit
| Definitions | 2 |
|---|---|
| Public names | 4 |
| Members | 3 |
| Version | 26.7.0 |
| Revision | daab053ee433 |