MCPcopy
hub / github.com/opencontainers/runc / startTime

Method startTime

libcontainer/process_linux.go:53–53  ·  view source on GitHub ↗

startTime returns the process start time.

()

Source from the content-addressed store, hash-verified

51
52 // startTime returns the process start time.
53 startTime() (uint64, error)
54 signal(os.Signal) error
55 externalDescriptors() []string
56 setExternalDescriptors(fds []string)

Callers 1

currentStateMethod · 0.65

Implementers 3

restoredProcesslibcontainer/restored_process.go
nonChildProcesslibcontainer/restored_process.go
mockProcesslibcontainer/container_linux_test.go

Calls

no outgoing calls

Tested by

no test coverage detected