Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TechJeeper/Printventory
/ normalizePath
Function
normalizePath
main.js:2505–2507 ·
view source on GitHub ↗
(filepath)
Source
from the content-addressed store, hash-verified
2503
click: () => mainWindow.webContents.send(
'start-print-roulette'
)
2504
},
2505
{
2506
label:
'De-Dup'
,
2507
click: () => {
2508
mainWindow.webContents.send(
'open-dedup'
);
2509
}
2510
},
Callers
3
directoryScanPrefixSqlParam
Function · 0.70
applyPathMetadataFromSegments
Function · 0.70
getModelsFilteredHandler
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected