MCPcopy Create free account
hub / github.com/aiscript-dev/aiscript / set

Method set

src/interpreter/reference.ts:48–50  ·  view source on GitHub ↗
(value: Value)

Source from the content-addressed store, hash-verified

46 }
47
48 set(value: Value): void {
49 this.scope.assign(this.name, value);
50 }
51}
52
53class IndexReference implements Reference {

Callers

nothing calls this directly

Calls 1

assignMethod · 0.80

Tested by

no test coverage detected