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

Method z

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

Source from the content-addressed store, hash-verified

483 this.#internal[1] = val;
484 }
485 get z() {
486 return this.#internal[2];
487 }
488 set z(val) {
489 this.#internal[2] = val;
490 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected