Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
84
func
(b *Blob) put(out []byte) []byte {
85
out = put32be(out, b.typ)
86
out = put32be(out, b.offset)
87
return
out
88
}
89
90
const
blobSize = 2 * 4
91
Callers
1
Sign
Function · 0.95
Calls
1
put32be
Function · 0.85
Tested by
no test coverage detected