MCPcopy Index your code
hub / github.com/CopyTranslator/CopyTranslator / getConfigByKey

Function getConfigByKey

src/store/index.ts:90–92  ·  view source on GitHub ↗
(key: Identifier)

Source from the content-addressed store, hash-verified

88export default store;
89
90export function getConfigByKey(key: Identifier) {
91 return (store.state.config as any)[key];
92}

Callers 4

isDarkModeFunction · 0.90
createApp.tsFile · 0.90
compareAllFunction · 0.90
getMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected