MCPcopy Create free account
hub / github.com/Binject/universal / put

Method put

codesign_darwin.go:84–88  ·  view source on GitHub ↗
(out []byte)

Source from the content-addressed store, hash-verified

82}
83
84func (b *Blob) put(out []byte) []byte {
85 out = put32be(out, b.typ)
86 out = put32be(out, b.offset)
87 return out
88}
89
90const blobSize = 2 * 4
91

Callers 1

SignFunction · 0.95

Calls 1

put32beFunction · 0.85

Tested by

no test coverage detected