MCPcopy
hub / github.com/containerd/containerd / logExecution

Function logExecution

contrib/fuzz/cri_server_fuzz_test.go:175–179  ·  view source on GitHub ↗
(apiName, request string)

Source from the content-addressed store, hash-verified

173}
174
175func logExecution(apiName, request string) {
176 var logString strings.Builder
177 logString.WriteString(fmt.Sprintf("Calling %s with \n %s \n\n", apiName, request))
178 executionOrder = append(executionOrder, logString.String())
179}
180
181// createContainerFuzz creates a CreateContainerRequest and passes
182// it to c.CreateContainer

Callers 15

createContainerFuzzFunction · 0.85
removeContainerFuzzFunction · 0.85
listContainersFuzzFunction · 0.85
startContainerFuzzFunction · 0.85
containerStatsFuzzFunction · 0.85
listContainerStatsFuzzFunction · 0.85
containerStatusFuzzFunction · 0.85
stopContainerFuzzFunction · 0.85
listImagesFuzzFunction · 0.85
removeImagesFuzzFunction · 0.85
imageStatusFuzzFunction · 0.85

Calls 1

StringMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…