MCPcopy Create free account
hub / github.com/containerd/cgroups / newInitConfig

Function newInitConfig

cgroup1/opts.go:42–47  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

40}
41
42func newInitConfig() *InitConfig {
43 return &InitConfig{
44 InitCheck: RequireDevices,
45 hierarchy: Default,
46 }
47}
48
49// InitCheck allows subsystems errors to be checked when initialized or loaded
50type InitCheck func(Subsystem, Path, error) error

Callers 2

NewFunction · 0.85
LoadFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…