Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/CopyTranslator/CopyTranslator
/ get
Method
get
src/common/configParser.ts:55–57 ·
view source on GitHub ↗
(key: Identifier)
Source
from the content-addressed store, hash-verified
53
}
54
55
get<T>(key: Identifier): T {
56
return
getConfigByKey(key) as T;
57
}
58
59
set(
60
key: Identifier,
Callers
15
newSnapshot
Method · 0.95
delSnapshot
Method · 0.95
resumeSnapshot
Method · 0.95
getRule
Method · 0.45
reset
Method · 0.45
getListenerMap
Function · 0.45
event-bus.ts
File · 0.45
get
Function · 0.45
handleWithLinks
Function · 0.45
bind
Function · 0.45
getColorRule
Function · 0.45
dispatch
Method · 0.45
Calls
1
getConfigByKey
Function · 0.90
Tested by
no test coverage detected