MCPcopy Create free account
hub / github.com/conforma/cli / Write

Method Write

internal/format/target.go:78–80  ·  view source on GitHub ↗

Write proxies the write operation to the underlying writer.

(data []byte)

Source from the content-addressed store, hash-verified

76
77// Write proxies the write operation to the underlying writer.
78func (t *Target) Write(data []byte) (int, error) {
79 return t.writer.Write(data)
80}
81
82// TargetParser is responsible for creating Target objects.
83type TargetParser struct {

Callers 15

WithDigestFunction · 0.45
SetTestFulcioRootsFunction · 0.45
SetTestCTLogPublicKeyFunction · 0.45
SetTestRekorPublicKeyFunction · 0.45
encodeCanonicalFunction · 0.45
WriteAllMethod · 0.45

Calls

no outgoing calls