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

Method setSize

src/core.js:196–198  ·  view source on GitHub ↗
(size)

Source from the content-addressed store, hash-verified

194 }
195
196 setSize(size) {
197 Deno.core.opSync("op_window_set_inner_size", [this.#rid, size]);
198 }
199
200 setMaxSize({ width, height }) {
201 Deno.core.opSync("op_window_set_max_inner_size", [this.#rid, width, height]);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected