MCPcopy Create free account
hub / github.com/FSGModding/FSG_Mod_Assistant / openDetailWindow

Function openDetailWindow

modAssist_main.js:348–351  ·  view source on GitHub ↗
(thisMod)

Source from the content-addressed store, hash-verified

346ipcMain.on('dispatch:detail', (_, thisMod) => { openDetailWindow(thisMod) })
347
348function openDetailWindow(thisMod) {
349 const ver = funcLib.prefs.ver() > 17 ? funcLib.prefs.ver() : 19
350 return serveIPC.windowLib.createNamedMulti(`detail${ver}`, { queryString : `mod=${thisMod}` })
351}
352
353
354// MARK: compare

Callers 1

modAssist_main.jsFile · 0.85

Calls 1

createNamedMultiMethod · 0.80

Tested by

no test coverage detected