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

Method setIcon

src/core.js:232–234  ·  view source on GitHub ↗
({ data, width, height })

Source from the content-addressed store, hash-verified

230 }
231
232 setIcon({ data, width, height }) {
233 Deno.core.opSync("op_window_set_window_icon", [this.#rid, width, height], data);
234 }
235
236 createSurface(device) {
237 const rid = Deno.core.opSync("op_webgpu_create_surface", { windowRid: this.#rid });

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected