MCPcopy
hub / github.com/google/gvisor / UID

Method UID

pkg/sentry/fsimpl/kernfs/inode_impl_util.go:237–239  ·  view source on GitHub ↗

UID implements Inode.UID.

()

Source from the content-addressed store, hash-verified

235
236// UID implements Inode.UID.
237func (a *InodeAttrs) UID() auth.KUID {
238 return auth.KUID(a.uid.Load())
239}
240
241// GID implements Inode.GID.
242func (a *InodeAttrs) GID() auth.KGID {

Callers

nothing calls this directly

Calls 2

KUIDTypeAlias · 0.92
LoadMethod · 0.65

Tested by

no test coverage detected