MCPcopy Create free account
hub / github.com/chieapp/chie / getOrCreateNamedWindow

Method getOrCreateNamedWindow

src/controller/window-manager.ts:74–76  ·  view source on GitHub ↗
(name: string)

Source from the content-addressed store, hash-verified

72 }
73
74 getOrCreateNamedWindow(name: string) {
75 return this.#namedWindows.getOrCreateWindow(name);
76 }
77
78 showNamedWindow(name: string) {
79 return this.#namedWindows.showWindow(name);

Callers

nothing calls this directly

Calls 1

getOrCreateWindowMethod · 0.80

Tested by

no test coverage detected