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

Function set

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

Source from the content-addressed store, hash-verified

206 };
207 Object.defineProperty(popup, "opener", {
208 set() {
209 throw new Error("Electron restriction");
210 },
211 get() {
212 return window;
213 },

Callers 5

TemplateFilesFunction · 0.85
createFileFunction · 0.85
updateFileFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected