Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/opencontainers/runc
/ getSessionRingName
Method
getSessionRingName
libcontainer/setns_init_linux.go:31–33 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
29
}
30
31
func
(l *linuxSetnsInit) getSessionRingName() string {
32
return
"_ses."
+ l.config.ContainerID
33
}
34
35
func
(l *linuxSetnsInit) Init() error {
36
if
!l.config.Config.NoNewKeyring {
Callers
1
Init
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected