Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/thesysdev/openui
/ get
Function
get
packages/lang-core/src/runtime/store.ts:30–32 ·
view source on GitHub ↗
(name: string)
Source
from the content-addressed store, hash-verified
28
}
29
30
function
get(name: string): unknown {
31
return
state.get(name);
32
}
33
34
function
set(name: string, value: unknown): void {
35
const
existing = state.get(name);
Callers
2
createChatStore
Function · 0.85
createDetailedViewStore
Function · 0.85
Calls
1
get
Method · 0.65
Tested by
no test coverage detected