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

Method height

src/core.js:132–134  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

130 }
131
132 get height() {
133 return this.getSize().height;
134 }
135
136 requestRedraw() {
137 Deno.core.opSync("op_window_request_redraw", this.#rid);

Callers

nothing calls this directly

Calls 1

getSizeMethod · 0.95

Tested by

no test coverage detected