MCPcopy Create free account
hub / github.com/chhoumann/MetaEdit / get

Method get

src/updatedFileCache.ts:10–12  ·  view source on GitHub ↗
(key: string)

Source from the content-addressed store, hash-verified

8 }
9
10 public get(key: string): DatedFileCacheItem | undefined {
11 return this.map.get(key);
12 }
13
14 public set(key: string, content: string): boolean {
15 if (this.map.has(key) && this.map.get(key).content === content)

Callers 15

handleChangeMethod · 0.80
setMethod · 0.80
enqueueFileWriteMethod · 0.80
makeHarnessFunction · 0.80
runGatedRaceFunction · 0.80
collectTagLeafCountsFunction · 0.80
collectTagFullCountsFunction · 0.80
collectInstancePidsFunction · 0.80
backup_rootFunction · 0.80

Calls

no outgoing calls

Tested by 2

makeHarnessFunction · 0.64
runGatedRaceFunction · 0.64