MCPcopy
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

newSnapshotMethod · 0.95
delSnapshotMethod · 0.95
resumeSnapshotMethod · 0.95
getRuleMethod · 0.45
resetMethod · 0.45
getListenerMapFunction · 0.45
event-bus.tsFile · 0.45
getFunction · 0.45
handleWithLinksFunction · 0.45
bindFunction · 0.45
getColorRuleFunction · 0.45
dispatchMethod · 0.45

Calls 1

getConfigByKeyFunction · 0.90

Tested by

no test coverage detected