MCPcopy Index your code
hub / github.com/aiscript-dev/aiscript / get

Method get

src/interpreter/reference.ts:120–122  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

118 type: 'reference';
119
120 get(): Value {
121 return OBJ(new Map([...this.entries].map(([key, item]) => [key, item.get()])));
122 }
123
124 set(value: Value): void {
125 assertObject(value);

Callers

nothing calls this directly

Calls 2

OBJFunction · 0.85
getMethod · 0.65

Tested by

no test coverage detected