MCPcopy Index your code
hub / github.com/coder/coder / get

Function get

site/src/modules/apps/apps.test.ts:211–213  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

209 throw new Error("Electron restriction");
210 },
211 get() {
212 return window;
213 },
214 });
215 vi.spyOn(window, "open").mockReturnValue(popup as unknown as Window);
216

Callers 1

getFileContentFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected