MCPcopy
hub / github.com/vladmandic/sdnext / TagResult

Interface TagResult

ui/autocomplete.ts:61–70  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

59let active = false;
60
61interface TagResult {
62 name: string;
63 display: string;
64 category: number | string;
65 count: number;
66 aliases?: string[];
67 matchedVia?: 'alias' | 'translation';
68 matchedAlias?: string;
69 matchedTerm?: string;
70}
71
72// -- Utilities (ported from Enso) --
73

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected