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

Method getFullTextIndex

packages/graph/src/indexes/IndexManager.ts:294–297  ·  view source on GitHub ↗
(label: string, property: string)

Source from the content-addressed store, hash-verified

292 }
293
294 public getFullTextIndex(label: string, property: string): FullTextIndex | undefined {
295 const index = this.getIndex(label, property);
296 return index instanceof FullTextIndex ? index : undefined;
297 }
298
299 /**
300 * Create an index instance based on configuration.

Callers 2

#performIndexLookupMethod · 0.80
indexes.test.tsFile · 0.80

Calls 1

getIndexMethod · 0.95

Tested by

no test coverage detected