Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Noumena-Network/code
/ isDownloader
Function
isDownloader
src/tools/PowerShellTool/powershellSecurity.ts:225–227 ·
view source on GitHub ↗
(name: string)
Source
from the content-addressed store, hash-verified
223
])
224
225
function
isDownloader(name: string): boolean {
226
return
DOWNLOADER_NAMES.has(name.toLowerCase())
227
}
228
229
function
isIex(name: string): boolean {
230
const
lower = name.toLowerCase()
Callers
1
checkDownloadCradles
Function · 0.85
Calls
1
has
Method · 0.45
Tested by
no test coverage detected