Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DjDeveloperr/deno_desktop
/ y
Method
y
examples/extern/gmath.bundle.js:479–481 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
477
this.#internal[0] = val;
478
}
479
get y() {
480
return
this.#internal[1];
481
}
482
set y(val) {
483
this.#internal[1] = val;
484
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected