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

Method contentTypes

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

Source from the content-addressed store, hash-verified

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>;
95

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected