Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
toCopy
Function · 0.45
Instance_router.ts
File · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected