MCPcopy
hub / github.com/Doorman11991/smallcode / all

Method all

bin/memory.js:137–139  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

135
136 // Get all objects
137 all() {
138 return Array.from(this.objects.values());
139 }
140
141 // Get by ID
142 get(id) {

Callers 5

formatListMethod · 0.95
executeBatchFunction · 0.80
executeToolFunction · 0.80
commands.jsFile · 0.80
executeMemoryToolFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected