MCPcopy Create free account
hub / github.com/docker/cli / Inspect

Method Inspect

cli/command/inspect/inspector.go:22–22  ·  view source on GitHub ↗

Inspect writes the raw element in JSON format.

(typedElement any, rawElement []byte)

Source from the content-addressed store, hash-verified

20type Inspector interface {
21 // Inspect writes the raw element in JSON format.
22 Inspect(typedElement any, rawElement []byte) error
23 // Flush writes the result of inspecting all elements into the output stream.
24 Flush() error
25}

Callers 15

runInspectFunction · 0.65
runInspectFunction · 0.65
runInspectFunction · 0.65
InspectFunction · 0.65
runInspectFunction · 0.65
inspectFormatWriteFunction · 0.65
runInspectFunction · 0.65
runInspectFunction · 0.65

Implementers 2

TemplateInspectorcli/command/inspect/inspector.go
jsonInspectorcli/command/inspect/inspector.go

Calls

no outgoing calls