Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/veasion/AiPPT
/ value2px
Function
value2px
static/geometry.js:467–473 ·
view source on GitHub ↗
(v, isEmu)
Source
from the content-addressed store, hash-verified
465
}
466
467
function
value2px(v, isEmu) {
468
if
(isEmu) {
469
return
+v / 12700
470
}
else
{
471
return
+v
472
}
473
}
474
475
function
value2emu(v) {
476
return
+v * 12700
Callers
1
getPaths
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected