Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/graphif/project-graph
/ __add__
Method
__add__
packages/data-structures/src/Vector.ts:316–318 ·
view source on GitHub ↗
(other: Vector)
Source
from the content-addressed store, hash-verified
314
}
315
316
__add__(other: Vector): Vector {
317
return
this.add(other);
318
}
319
}
Callers
nothing calls this directly
Calls
1
add
Method · 0.95
Tested by
no test coverage detected