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

Method list

projects/runtime-client/src/cache.ts:33–35  ·  view source on GitHub ↗
(filter: RuntimeRecordCacheFilter = {})

Source from the content-addressed store, hash-verified

31 }
32
33 list(filter: RuntimeRecordCacheFilter = {}): RuntimeRecord[] {
34 return [...this.records.values()].filter((runtime) => matchesFilter(runtime, filter)).sort(sortByUpdatedAtDesc)
35 }
36
37 entries(): Array<[string, RuntimeRecord]> {
38 return [...this.records.entries()]

Callers 1

replaceMethod · 0.95

Calls 1

matchesFilterFunction · 0.85

Tested by

no test coverage detected