Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/premieroctet/openchakra
/ getCode
Function
getCode
src/components/CodePanel.tsx:14–17 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
12
13
useEffect(() => {
14
const getCode = async () => {
15
const code = await generateCode(components)
16
setCode(code)
17
}
18
19
getCode()
20
}, [components])
Callers
1
CodePanel
Function · 0.85
Calls
1
generateCode
Function · 0.90
Tested by
no test coverage detected