Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
155
func
IsOSShellsFile(name string) bool {
156
if
name == OSShellsFile {
157
return
true
158
}
159
160
return
false
161
}
162
163
func
IsShellExePath(name string) bool {
164
_, found := OSShellReferences[name]
Callers
1
inspectFile
Function · 0.92
Calls
no outgoing calls
Tested by
no test coverage detected