MCPcopy 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
225function isDownloader(name: string): boolean {
226 return DOWNLOADER_NAMES.has(name.toLowerCase())
227}
228
229function isIex(name: string): boolean {
230 const lower = name.toLowerCase()

Callers 1

checkDownloadCradlesFunction · 0.85

Calls 1

hasMethod · 0.45

Tested by

no test coverage detected