MCPcopy Create free account
hub / github.com/TechJeeper/Printventory / parseSearchOr

Function parseSearchOr

main.js:3434–3443  ·  view source on GitHub ↗
(tokens, i, params, filters)

Source from the content-addressed store, hash-verified

3432 click: () => {
3433 mainWindow.webContents.send('open-system-report');
3434 }
3435 }] : []),
3436 {
3437 label: 'Server Mode Info',
3438 click: async () => {
3439 await shell.openExternal('https://github.com/TechJeeper/Printventory?tab=readme-ov-file#server-mode');
3440 }
3441 },
3442 {
3443 label: 'Debug Console',
3444 click: () => mainWindow.webContents.openDevTools()
3445 }
3446 ]

Callers 1

compileSearchTokensToSQLFunction · 0.85

Calls 1

parseSearchAndFunction · 0.85

Tested by

no test coverage detected