MCPcopy Create free account
hub / github.com/DjDeveloperr/deno_desktop / x

Method x

examples/extern/gmath.bundle.js:638–640  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

636 this.#internal[1] = val;
637 }
638 get x() {
639 return this.#internal[0];
640 }
641 set x(val) {
642 this.#internal[0] = val;
643 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected