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

Method w

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

Source from the content-addressed store, hash-verified

489 this.#internal[2] = val;
490 }
491 get w() {
492 return this.#internal[3];
493 }
494 set w(val) {
495 this.#internal[3] = val;
496 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected