Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/microsoft/SandDance
/ getValue
Function
getValue
packages/sanddance-test-umd/src/qualBarChartTest.ts:23–28 ·
view source on GitHub ↗
(i)
Source
from the content-addressed store, hash-verified
21
}
22
23
function
getValue(i) {
24
if
(i < 20)
return
0;
25
if
(i < 25)
return
1;
26
if
(i < 35)
return
2;
27
return
3;
28
}
29
30
const
data: MyData[] = [];
31
Callers
1
qualBarChartTest.ts
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected