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

Method cacheTypes

src/adapters/image/imageAdapter.ts:91–91  ·  view source on GitHub ↗
(file: AFile)

Source from the content-addressed store, hash-verified

89 }
90
91 public cacheTypes (file: AFile) { return [] as Array<keyof ImageTypeCache>}
92 public contentTypes (file: AFile) { return [] as Array<keyof ImageTypeContent>}
93
94 public newFile: (path: string, type: string, parent: string, content?: any) => Promise<AFile>;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected