Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/EndstoneMC/endstone
/ TEST_F
Function
TEST_F
tests/test_vector.cpp:25–28 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
23
};
24
25
TEST_F(VectorTest, GetX)
26
{
27
EXPECT_EQ(v1_.getX(), 1.0);
28
}
29
30
TEST_F(VectorTest, SetX)
31
{
Callers
nothing calls this directly
Calls
10
setZ
Method · 0.80
getX
Method · 0.45
setX
Method · 0.45
getY
Method · 0.45
setY
Method · 0.45
getZ
Method · 0.45
length
Method · 0.45
lengthSquared
Method · 0.45
distance
Method · 0.45
distanceSquared
Method · 0.45
Tested by
no test coverage detected