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/quanBarChartTest.ts:23–28 ·
view source on GitHub ↗
(i: number)
Source
from the content-addressed store, hash-verified
21
}
22
23
function
getValue(i: number) {
24
if
(i < 200)
return
0;
25
if
(i < 250)
return
1;
26
if
(i < 350)
return
2;
27
return
3;
28
}
29
30
const
data: MyData[] = [];
31
Callers
1
quanBarChartTest.ts
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected