Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/DeepNotesApp/DeepNotes
/ grow
Method
grow
packages/@stdlib/misc/src/vec2.ts:112–114 ·
view source on GitHub ↗
(amount: Vec2)
Source
from the content-addressed store, hash-verified
110
}
111
112
grow(amount: Vec2): Vec2 {
113
return
this.add(this.sign().mul(amount));
114
}
115
}
Callers
2
x
Function · 0.45
constructor
Method · 0.45
Calls
3
add
Method · 0.95
sign
Method · 0.95
mul
Method · 0.80
Tested by
no test coverage detected