MCPcopy Create free account
hub / github.com/codemix/graph /

Class

packages/graph/src/indexes/FullTextIndex.ts:29–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27 * - Contains search (CONTAINS)
28 */
29export class FullTextIndex implements Index {
30 public readonly type = "fulltext" as const;
31 public readonly label: string;
32 public readonly property: string;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected