MCPcopy
hub / github.com/andremichelle/openDAW / unwrap

Method unwrap

packages/lib/std/src/option.ts:16–16  ·  view source on GitHub ↗
(fail?: ValueOrProvider<string>)

Source from the content-addressed store, hash-verified

14
15export interface Option<T> {
16 unwrap(fail?: ValueOrProvider<string>): T
17 unwrapOrElse(or: ValueOrProvider<T>): T
18 unwrapOrNull(): Nullable<T>
19 unwrapOrUndefined(): T | undefined

Callers 15

stepFunction · 0.65
renderFunction · 0.65
stopFunction · 0.65
flattenFunction · 0.65
#finalizeMethod · 0.65
PeakMethod · 0.65
OpfsMethod · 0.65
TransientsMethod · 0.65
assertWorkletMethod · 0.65
projectMethod · 0.65
sampleRateMethod · 0.65

Implementers 2

Somepackages/lib/std/src/option.ts
MutableObservableOptionpackages/lib/std/src/observables.ts

Calls

no outgoing calls

Tested by

no test coverage detected