Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/shopspring/decimal
/ BenchmarkDecimal_NumDigits10
Function
BenchmarkDecimal_NumDigits10
decimal_bench_test.go:133–135 ·
view source on GitHub ↗
(b *testing.B)
Source
from the content-addressed store, hash-verified
131
}
132
133
func
BenchmarkDecimal_NumDigits10(b *testing.B) {
134
numDigits(b, 10, New(3478512345, -3))
135
}
136
137
func
BenchmarkDecimal_NumDigits100(b *testing.B) {
138
s := make([]byte, 102)
Callers
nothing calls this directly
Calls
2
numDigits
Function · 0.85
New
Function · 0.85
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…