MCPcopy Index your code
hub / github.com/Doorman11991/smallcode / byType

Method byType

bin/memory.js:132–134  ·  view source on GitHub ↗
(type)

Source from the content-addressed store, hash-verified

130
131 // Get all objects of a type
132 byType(type) {
133 return Array.from(this.objects.values()).filter(o => o.type === type);
134 }
135
136 // Get all objects
137 all() {

Callers 2

executeToolFunction · 0.80
executeMemoryToolFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected