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

Method put

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

Source from the content-addressed store, hash-verified

97}
98
99func (s *SuperBlob) put(out []byte) []byte {
100 out = put32be(out, s.magic)
101 out = put32be(out, s.length)
102 out = put32be(out, s.count)
103 return out
104}
105
106const superBlobSize = 3 * 4
107

Callers 1

SignFunction · 0.95

Calls 1

put32beFunction · 0.85

Tested by

no test coverage detected