MCPcopy
hub / github.com/segmentio/ksuid / makeUint128

Function makeUint128

uint128.go:12–14  ·  view source on GitHub ↗
(high uint64, low uint64)

Source from the content-addressed store, hash-verified

10}
11
12func makeUint128(high uint64, low uint64) uint128 {
13 return uint128{low, high}
14}
15
16func makeUint128FromPayload(payload []byte) uint128 {
17 return uint128{

Callers 10

AppendCompressedFunction · 0.85
rangeLengthFunction · 0.85
NextMethod · 0.85
PrevMethod · 0.85
TestCmp128Function · 0.85
TestAdd128Function · 0.85
TestSub128Function · 0.85
BenchmarkCmp128Function · 0.85
BenchmarkAdd128Function · 0.85
BenchmarkSub128Function · 0.85

Calls

no outgoing calls

Tested by 6

TestCmp128Function · 0.68
TestAdd128Function · 0.68
TestSub128Function · 0.68
BenchmarkCmp128Function · 0.68
BenchmarkAdd128Function · 0.68
BenchmarkSub128Function · 0.68

Used in the wild real call sites across dependent graphs

searching dependent graphs…