Skip to documentation
SLOP

tiny.glom.SearchResult

Reference tiny.glom SearchResult

Defined in tiny.glom.

API (11)

Fields and members

Public fields and members.

No direct callersNo direct callstiny.glomSearchResult
Static calls · unresolved targets: unknown · external targets: unknown.

Source

Source: tools/glom/src/data.zig:32

zig
pub const SearchResult = struct {    path: []const u8,    kind: []const u8,    source: []const u8,    project: ?[]const u8,    title: ?[]const u8,    snippet: []const u8,    rank: f64,    size: i64,    role: ?TranscriptRole = null,    line: ?u32 = null,    timestamp_ms: ?i64 = null,};

Source: tools/glom/src/root.zig:23

zig
pub const SearchResult = data.SearchResult;

Audit

Definitions1
Public names1
Members11
Version26.7.0
Revisiondaab053ee433