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

Method parse

packages/2d/src/lib/code/CodeSignal.ts:308–310  ·  view source on GitHub ↗
(value: PossibleCodeScope)

Source from the content-addressed store, hash-verified

306 }
307
308 public override parse(value: PossibleCodeScope): CodeScope {
309 return parseCodeScope(value);
310 }
311
312 public override toSignal(): CodeSignal<TOwner> {
313 return this.invokable;

Callers 15

tweenerMethod · 0.95
prepareMethod · 0.45
tokenizeMethod · 0.45
getCurrentVersionFunction · 0.45
variablesMethod · 0.45
variablesMethod · 0.45
getItemFunction · 0.45
storedSignalFunction · 0.45
useStorageFunction · 0.45
getProjectsFunction · 0.45
getMetaFunction · 0.45
loadVersionFunction · 0.45

Calls 1

parseCodeScopeFunction · 0.90

Tested by

no test coverage detected