Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/emscripten-core/emscripten
/ add
Function
add
test/embind/embind_benchmark.cpp:69–69 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
67
};
68
69
Vec3 add(const Vec3 &lhs, const Vec3 &rhs) { return Vec3(lhs.x+rhs.x, lhs.y+rhs.y, lhs.z+rhs.z); }
70
71
class Transform {
72
public:
Callers
1
move_gameobjects_benchmark
Function · 0.70
Calls
1
Vec3
Class · 0.85
Tested by
no test coverage detected