Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/apache/echarts
/ quantize
Function
quantize
test/data/map/encode.js:82–84 ·
view source on GitHub ↗
(val)
Source
from the content-addressed store, hash-verified
80
}
81
82
function
quantize(val) {
83
return
Math.ceil(val * 1024);
84
}
85
86
function
encodePoint(val, prev){
87
// Quantization
Callers
2
encodeRing
Function · 0.85
encodePoint
Function · 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…