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

Function writeSync

libcontainer/sync.go:112–114  ·  view source on GitHub ↗
(pipe *syncSocket, sync syncType)

Source from the content-addressed store, hash-verified

110}
111
112func writeSync(pipe *syncSocket, sync syncType) error {
113 return doWriteSync(pipe, syncT{Type: sync})
114}
115
116func writeSyncArg(pipe *syncSocket, sync syncType, arg any) error {
117 argJSON, err := json.Marshal(arg)

Callers 4

startMethod · 0.85
startMethod · 0.85
syncParentReadyFunction · 0.85
syncParentHooksFunction · 0.85

Calls 1

doWriteSyncFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…