Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/microsoft/SandDance
/ polygon
Function
polygon
docs/app/js/sanddance-app.js:109493–109495 ·
view source on GitHub ↗
(arcs)
Source
from the content-addressed store, hash-verified
109491
return
points;
109492
}
109493
function
polygon(arcs) {
109494
return
arcs.map(ring);
109495
}
109496
function
geometry(o) {
109497
var
type
= o.
type
, coordinates;
109498
switch(
type
){
Callers
2
geometry
Function · 0.70
sanddance-app.js
File · 0.70
Calls
2
line
Function · 0.70
forEach
Method · 0.45
Tested by
no test coverage detected