MCPcopy
hub / github.com/midrender/revideo / edit

Method edit

packages/2d/src/lib/code/CodeSignal.ts:125–128  ·  view source on GitHub ↗
(duration: number = 0.6)

Source from the content-addressed store, hash-verified

123 }
124
125 public edit(duration: number = 0.6): TagGenerator {
126 return (strings, ...tags) =>
127 this.editTween(CODE(strings, ...tags), duration);
128 }
129
130 public append(code: string): TOwner;
131 public append(code: string, duration: number): ThreadGenerator;

Callers

nothing calls this directly

Calls 2

editTweenMethod · 0.95
CODEFunction · 0.90

Tested by

no test coverage detected