Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SplootCode/splootcode
/ generateCodeString
Method
generateCodeString
packages/core/src/language/node.ts:300–303 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
298
}
299
300
generateCodeString(): string {
301
console.warn(
'Missing generateCodeString implementation for: '
, this.
type
)
302
return
''
303
}
304
305
getNodeLayout(): NodeLayout {
306
return
getLayout(this.
type
)
Callers
1
handleNodeTree
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected