MCPcopy Index your code
hub / github.com/CopyTranslator/CopyTranslator / create

Method create

src/main/views/manager.ts:266–275  ·  view source on GitHub ↗
(routeName: RouteActionType)

Source from the content-addressed store, hash-verified

264 }
265
266 create(routeName: RouteActionType): BrowserWindow {
267 switch (routeName) {
268 case "contrast":
269 return this.createMain();
270 case "settings":
271 return this.createSetting();
272 default:
273 throw routeName;
274 }
275 }
276
277 createWindow(
278 routeName: RouteActionType,

Callers 4

getMethod · 0.95
uFunction · 0.80
mapToObjFunction · 0.80
getProxyAxiosFunction · 0.80

Calls 2

createMainMethod · 0.95
createSettingMethod · 0.95

Tested by

no test coverage detected