MCPcopy
hub / github.com/nowork-studio/NotFair / close

Method close

notfair-cmo/src/server/browser/tabs.test.ts:24–28  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

22 isClosed() { return this._closed; }
23 async goto(url: string) { this._url = url; this._title = `title:${url}`; }
24 async close() {
25 if (this._closed) return;
26 this._closed = true;
27 this.emit("close");
28 }
29 setTitle(t: string) { this._title = t; }
30}
31

Callers 15

startFunction · 0.45
LiveTranscriptFunction · 0.45
startFunction · 0.45
teardownFunction · 0.45
closeTabFunction · 0.45
launchSessionFunction · 0.45
stopBrowserFunction · 0.45
rpc.test.tsFile · 0.45
tokens.test.tsFile · 0.45
refresh.test.tsFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected