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

Method setVisible

src/core.js:228–230  ·  view source on GitHub ↗
(value)

Source from the content-addressed store, hash-verified

226 }
227
228 setVisible(value) {
229 Deno.core.opSync("op_window_set_visible", [this.#rid, value]);
230 }
231
232 setIcon({ data, width, height }) {
233 Deno.core.opSync("op_window_set_window_icon", [this.#rid, width, height], data);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected