Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TechJeeper/Printventory
/ scan-worker.js
File
scan-worker.js
scan-worker.js:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
const
{ parentPort } = require(
'worker_threads'
);
2
const
fs = require(
'fs'
);
3
const
path = require(
'path'
);
4
const
crypto = require(
'crypto'
);
Callers
nothing calls this directly
Calls
4
buildScanExtensionSet
Function · 0.85
loadStreamZip
Function · 0.85
isDockerContainer
Function · 0.70
scanDirectory
Function · 0.70
Tested by
no test coverage detected