MCPcopy Index your code
hub / github.com/moby/moby / inspectField

Function inspectField

integration-cli/docker_utils_test.go:90–95  ·  view source on GitHub ↗

Deprecated: use cli.Docker

(t *testing.T, name, field string)

Source from the content-addressed store, hash-verified

88
89// Deprecated: use cli.Docker
90func inspectField(t *testing.T, name, field string) string {
91 t.Helper()
92 out, err := inspectFilter(name, "."+field)
93 assert.NilError(t, err)
94 return out
95}
96
97// Deprecated: use cli.Docker
98func inspectFieldJSON(t *testing.T, name, field string) string {

Calls 2

inspectFilterFunction · 0.85
HelperMethod · 0.65

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…