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

Method y

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

Source from the content-addressed store, hash-verified

280 this.#internal[0] = val;
281 }
282 get y() {
283 return this.#internal[1];
284 }
285 set y(val) {
286 this.#internal[1] = val;
287 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected