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

Method getInnerPosition

src/core.js:148–150  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

146 }
147
148 getInnerPosition() {
149 return Deno.core.opSync("op_window_inner_position", this.#rid);
150 }
151
152 getSize() {
153 return Deno.core.opSync("op_window_inner_size", this.#rid);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected