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

Method updateFileCache

src/core/middleware/filesystem.ts:166–168  ·  view source on GitHub ↗
(path: string, cache: FileTypeCache, refresh: boolean)

Source from the content-addressed store, hash-verified

164 }
165
166 public updateFileCache (path: string, cache: FileTypeCache, refresh: boolean) {
167 this.adapterForPath(path).updateFileCache(path, cache, refresh);
168 }
169
170
171 public readFileFragments (file: AFile, fragmentType: string, query?: string) {

Callers

nothing calls this directly

Calls 1

adapterForPathMethod · 0.95

Tested by

no test coverage detected