Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/google/gvisor
/ FileMode
TypeAlias
FileMode
pkg/abi/linux/file.go:397–397 ·
view source on GitHub ↗
FileMode represents a mode_t. +marshal
Source
from the content-addressed store, hash-verified
395
//
396
// +marshal
397
type
FileMode uint16
398
399
// Permissions returns just the permission bits.
400
func
(m FileMode) Permissions() FileMode {
Callers
15
Mknod
Function · 0.92
Mknodat
Function · 0.92
mknodat
Function · 0.92
openat
Function · 0.92
mkdirat
Function · 0.92
Msgget
Function · 0.92
MqOpen
Function · 0.92
Shmget
Function · 0.92
Semget
Function · 0.92
checkDeleteLocked
Function · 0.92
RenameAt
Method · 0.92
IterDirents
Method · 0.92
Calls
no outgoing calls
Tested by
no test coverage detected