MCPcopy Create free account
hub / github.com/docker/secrets-engine / Write

Method Write

plugins/pass/commands/run_test.go:325–328  ·  view source on GitHub ↗
(p []byte)

Source from the content-addressed store, hash-verified

323type testWriter struct{ t *testing.T }
324
325func (w testWriter) Write(p []byte) (int, error) {
326 w.t.Log(string(p))
327 return len(p), nil
328}

Callers 3

Test_restoreConfigFunction · 0.45
setupFunction · 0.45
MarshalMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected