Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
getFileContent
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected