MCPcopy Create free account
hub / github.com/MCSManager/MCSManager / select

Method select

common/src/query_wrapper.ts:65–67  ·  view source on GitHub ↗
(condition: any)

Source from the content-addressed store, hash-verified

63 };
64 }
65 select(condition: any) {
66 return [];
67 }
68 update(condition: any, data: any) {}
69 delete(condition: any) {}
70 insert(data: any) {}

Callers 2

toCopyFunction · 0.45
Instance_router.tsFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected