MCPcopy Create free account
hub / github.com/ceifa/wasmoon / getValueDecorations

Method getValueDecorations

src/thread.ts:413–415  ·  view source on GitHub ↗
(value: any)

Source from the content-addressed store, hash-verified

411 }
412
413 private getValueDecorations(value: any): Decoration {
414 return value instanceof Decoration ? value : new Decoration(value, {})
415 }
416}

Callers 1

pushValueMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected