MCPcopy Create free account
hub / github.com/chainreactors/EvilProxy / regularZipFile

Function regularZipFile

internal/pluginstore/install.go:392–395  ·  view source on GitHub ↗
(file *zip.File)

Source from the content-addressed store, hash-verified

390}
391
392func regularZipFile(file *zip.File) bool {
393 mode := file.FileInfo().Mode()
394 return mode.IsRegular() || mode.Type() == 0
395}
396
397func hasDynamicLibraryExtension(name string) bool {
398 lowerName := strings.ToLower(name)

Callers 1

readTargetLibraryFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected