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

Method toSignal

packages/core/src/signals/SignalContext.ts:96–98  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

94 }
95
96 public toSignal(): Signal<TSetterValue, TValue, TOwner> {
97 return this.invokable;
98 }
99
100 public parse(value: TSetterValue): TValue {
101 return this.parser(value);

Callers 7

signalFunction · 0.95
createSignalMethod · 0.45
createSignalMethod · 0.45
Color.tsFile · 0.45
createSignalMethod · 0.45
createComputedFunction · 0.45
createSignalFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected