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

Function puts

codesign_darwin.go:188–188  ·  view source on GitHub ↗
(b, s []byte)

Source from the content-addressed store, hash-verified

186func put64be(b []byte, x uint64) []byte { binary.BigEndian.PutUint64(b, x); return b[8:] }
187func put8(b []byte, x uint8) []byte { b[0] = x; return b[1:] }
188func puts(b, s []byte) []byte { n := copy(b, s); return b[n:] }
189
190// Size computes the size of the code signature.
191// id is the identifier used for signing (a field in CodeDirectory blob, which

Callers 1

SignFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…