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

Method getOuterSize

src/core.js:156–158  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

154 }
155
156 getOuterSize() {
157 return Deno.core.opSync("op_window_outer_size", this.#rid);
158 }
159
160 getScaleFactor() {
161 return Deno.core.opSync("op_window_scale_factor", this.#rid);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected