MCPcopy Create free account
hub / github.com/activejs/activejs / value

Method value

packages/core/src/lib/selection.ts:23–26  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

21 }
22
23 value(): T | undefined {
24 const valAtPath = plucker(this.unit.rawValue(), this.path);
25 return (this.unit as any).deepCopyMaybe(valAtPath);
26 }
27
28 asObservable(): Observable<T | undefined> {
29 if (this.unit.config.immutable === true) {

Callers

nothing calls this directly

Calls 1

pluckerFunction · 0.90

Tested by

no test coverage detected