Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/google/gvisor
/ shouldAllowEmptyPath
Function
shouldAllowEmptyPath
pkg/sentry/syscalls/linux/path.go:105–110 ·
view source on GitHub ↗
(allow bool)
Source
from the content-addressed store, hash-verified
103
}
104
105
func
shouldAllowEmptyPath(allow bool) shouldAllowEmptyPathType {
106
if
allow {
107
return
allowEmptyPath
108
}
109
return
disallowEmptyPath
110
}
111
112
type
shouldFollowFinalSymlink bool
113
Callers
5
accessAt
Function · 0.85
fchownat
Function · 0.85
Utimensat
Function · 0.85
MoveMount
Function · 0.85
OpenTree
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…