Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
88
export
default store;
89
90
export
function
getConfigByKey(key: Identifier) {
91
return
(store.state.config as any)[key];
92
}
Callers
4
isDarkMode
Function · 0.90
createApp.ts
File · 0.90
compareAll
Function · 0.90
get
Method · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected