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

Method getSize

src/core.js:152–154  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

150 }
151
152 getSize() {
153 return Deno.core.opSync("op_window_inner_size", this.#rid);
154 }
155
156 getOuterSize() {
157 return Deno.core.opSync("op_window_outer_size", this.#rid);

Callers 2

widthMethod · 0.95
heightMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected