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

Method cacheTypes

src/adapters/mdb/mdbAdapter.ts:78–80  ·  view source on GitHub ↗
(file: AFile)

Source from the content-addressed store, hash-verified

76 return ['schemas', 'fields', 'tables', 'field', 'table', 'schema', 'field', 'mdbTable', 'mdbTables', 'mdbFrame', 'mdbCommand', 'mdbCommands'] as Array<keyof MDBContent>;
77 }
78 public cacheTypes (file: AFile) {
79 return ['schemas', 'fields', 'tables'] as Array<keyof MDB>;
80 }
81 public getCacheTypeByRefString (file: AFile, refString: string)
82 {
83 return null as any;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected