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

Method setTitle

src/core.js:224–226  ·  view source on GitHub ↗
(title)

Source from the content-addressed store, hash-verified

222 }
223
224 setTitle(title) {
225 Deno.core.opSync("op_window_set_title", [this.#rid, title]);
226 }
227
228 setVisible(value) {
229 Deno.core.opSync("op_window_set_visible", [this.#rid, value]);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected