MCPcopy Create free account
hub / github.com/containers/common / SystemContext

Method SystemContext

libimage/runtime.go:70–72  ·  view source on GitHub ↗

Returns a copy of the runtime's system context.

()

Source from the content-addressed store, hash-verified

68
69// Returns a copy of the runtime's system context.
70func (r *Runtime) SystemContext() *types.SystemContext {
71 return r.systemContextCopy()
72}
73
74// Returns a copy of the runtime's system context.
75func (r *Runtime) systemContextCopy() *types.SystemContext {

Callers 1

testNewRuntimeFunction · 0.80

Calls 1

systemContextCopyMethod · 0.95

Tested by 1

testNewRuntimeFunction · 0.64