MCPcopy
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
397type FileMode uint16
398
399// Permissions returns just the permission bits.
400func (m FileMode) Permissions() FileMode {

Callers 15

MknodFunction · 0.92
MknodatFunction · 0.92
mknodatFunction · 0.92
openatFunction · 0.92
mkdiratFunction · 0.92
MsggetFunction · 0.92
MqOpenFunction · 0.92
ShmgetFunction · 0.92
SemgetFunction · 0.92
checkDeleteLockedFunction · 0.92
RenameAtMethod · 0.92
IterDirentsMethod · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected