Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
99
func
(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
106
const
superBlobSize = 3 * 4
107
Callers
1
Sign
Function · 0.95
Calls
1
put32be
Function · 0.85
Tested by
no test coverage detected