MCPcopy Create free account
hub / github.com/github/awesome-copilot /

Class

website/src/scripts/search.ts:29–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27}
28
29export class FuzzySearch<T extends SearchableItem = SearchItem> {
30 private items: T[] = [];
31
32 constructor(items: T[] = []) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected