MCPcopy 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
699class CodeFunction extends Code {

Calls 1

pushMethod · 0.45

Tested by

no test coverage detected