MCPcopy Index your code
hub / github.com/midrender/revideo / insert

Function insert

packages/2d/src/lib/code/CodeFragment.ts:60–65  ·  view source on GitHub ↗
(code: string)

Source from the content-addressed store, hash-verified

58 * @param code - The code to insert.
59 */
60export function insert(code: string): RawCodeFragment {
61 return {
62 before: '',
63 after: code,
64 };
65}
66
67/**
68 * Create a code fragment that represents a change from one piece of code to

Callers 2

appendTweenMethod · 0.90
prependTweenMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected