Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
549
type
FuncHook
struct
{
550
run
func
(*specs.State) error
551
}
552
553
func
(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