MCPcopy Create free account
hub / github.com/Make-md/makemd / getCacheTypeByRefString

Method getCacheTypeByRefString

src/adapters/mdb/mdbAdapter.ts:81–84  ·  view source on GitHub ↗
(file: AFile, refString: string)

Source from the content-addressed store, hash-verified

79 return ['schemas', 'fields', 'tables'] as Array<keyof MDB>;
80 }
81 public getCacheTypeByRefString (file: AFile, refString: string)
82 {
83 return null as any;
84 }
85 public getCache (file: AFile, fragmentType: keyof MDB, query?: string) {
86 return this.cache.get(file.path)[fragmentType];
87 }

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected