Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/MCSManager/MCSManager
/ get
Function
get
frontend/src/tools/common.ts:52–54 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
50
enumerable: true,
51
configurable: true,
52
get() {
53
return
json[key] ??
""
;
54
},
55
set(v) {
56
json[key] = v;
57
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected