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

Function getValue

packages/lib/box/src/primitive.ts:116–116  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

114 }
115
116 getValue(): V {return this.#value}
117 setValue(value: V): void {
118 const oldValue = this.#value
119 const newValue = this.clamp(value)

Callers 2

subscribeMethod · 0.85
catchupAndSubscribeMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected