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

Method setDecorations

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

Source from the content-addressed store, hash-verified

182 }
183
184 setDecorations(value) {
185 Deno.core.opSync("op_window_set_decorations", [this.#rid, value]);
186 }
187
188 setFullscreen(fullscreen) {
189 Deno.core.opSync("op_window_set_fullscreen", [this.#rid, fullscreen]);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected