Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/tldraw/tldraw
/ appendFn
Method
appendFn
internal/scripts/refresh-assets.ts:692–696 ·
view source on GitHub ↗
(header: string)
Source
from the content-addressed store, hash-verified
690
}
691
692
appendFn(header: string): CodeFunction {
693
const
fn =
new
CodeFunction(this, header)
694
this.parts.push(fn)
695
return
fn
696
}
697
}
698
699
class
CodeFunction extends Code {
Callers
3
writeUrlBasedAssetDeclarationFile
Function · 0.95
writeImportBasedAssetDeclarationFile
Function · 0.95
writeSelfHostedAssetDeclarationFile
Function · 0.95
Calls
1
push
Method · 0.45
Tested by
no test coverage detected