Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/microsoft/SandDance
/ sub
Method
sub
docs/app/js/sanddance-app.js:69349–69351 ·
view source on GitHub ↗
(a)
Source
from the content-addressed store, hash-verified
69347
return
valid;
69348
}
69349
sub(a) {
69350
return
this.subtract(a);
69351
}
69352
setScalar(a) {
69353
for
(
let
i = 0; i < this.ELEMENTS; ++i)this[i] = a;
69354
return
this.check();
Callers
3
getFlyToTransitionParams
Function · 0.45
projectPosition
Function · 0.45
sanddance-app.js
File · 0.45
Calls
1
subtract
Method · 0.95
Tested by
no test coverage detected