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

Struct FuncHook

libcontainer/configs/config.go:549–551  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

547}
548
549type FuncHook struct {
550 run func(*specs.State) error
551}
552
553func (f FuncHook) Run(s *specs.State) error {
554 return f.run(s)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected