Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
12
func
makeUint128(high uint64, low uint64) uint128 {
13
return
uint128{low, high}
14
}
15
16
func
makeUint128FromPayload(payload []byte) uint128 {
17
return
uint128{
Callers
10
AppendCompressed
Function · 0.85
rangeLength
Function · 0.85
Next
Method · 0.85
Prev
Method · 0.85
TestCmp128
Function · 0.85
TestAdd128
Function · 0.85
TestSub128
Function · 0.85
BenchmarkCmp128
Function · 0.85
BenchmarkAdd128
Function · 0.85
BenchmarkSub128
Function · 0.85
Calls
no outgoing calls
Tested by
6
TestCmp128
Function · 0.68
TestAdd128
Function · 0.68
TestSub128
Function · 0.68
BenchmarkCmp128
Function · 0.68
BenchmarkAdd128
Function · 0.68
BenchmarkSub128
Function · 0.68
Used in the wild
real call sites across dependent graphs
searching dependent graphs…