MCPcopy
hub / github.com/slimtoolkit/slim / IsOSShellsFile

Function IsOSShellsFile

pkg/system/os_shells.go:155–161  ·  view source on GitHub ↗
(name string)

Source from the content-addressed store, hash-verified

153}
154
155func IsOSShellsFile(name string) bool {
156 if name == OSShellsFile {
157 return true
158 }
159
160 return false
161}
162
163func IsShellExePath(name string) bool {
164 _, found := OSShellReferences[name]

Callers 1

inspectFileFunction · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected