MCPcopy Create free account
hub / github.com/bearlyai/OpenADE / entries

Method entries

projects/runtime-client/src/cache.ts:37–39  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

35 }
36
37 entries(): Array<[string, RuntimeRecord]> {
38 return [...this.records.entries()]
39 }
40
41 upsert(value: unknown): RuntimeRecord | null {
42 const runtime = validateRuntimeRecord(value)

Callers 15

toPlainFunction · 0.80
makeSimpleXmlTagFunction · 0.80
stringRecordParamFunction · 0.80
stopActiveOpenADERuntimeFunction · 0.80
toYValueFunction · 0.80
setMapObjectFunction · 0.80
updateTaskMetadataFunction · 0.80
stringRecordFunction · 0.80
runtimeStringRecordParamFunction · 0.80
collectTaskSessionsFunction · 0.80

Calls

no outgoing calls

Tested by 3

toYFunction · 0.64
setObjectFunction · 0.64
toYFunction · 0.64