MCPcopy Create free account
hub / github.com/PenguLoader/PenguLoader / isDisabled

Function isDisabled

plugins/src/preload/loader.ts:27–30  ·  view source on GitHub ↗
(path: string)

Source from the content-addressed store, hash-verified

25 }
26
27 function isDisabled(path: string) {
28 path = path.toLowerCase().replace(/\\/g, '/')
29 return blacklist.has(getHash(path))
30 }
31
32 for (let i = plugins.length - 1; i >= 0; --i) {
33 const entry = plugins[i]

Callers 1

loader.tsFile · 0.85

Calls 2

getHashFunction · 0.85
hasMethod · 0.80

Tested by

no test coverage detected