Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/anjo76/angelscript
/ CTest5
Class
CTest5
sdk/tests/test_feature/source/test_implicitcast.cpp:1502–1512 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1500
};
1501
1502
class CTest5
1503
{
1504
public:
1505
CTest5& opShl(const ATest5& x)
1506
{
1507
Value = x.GetValue();
1508
return *this;
1509
}
1510
1511
int Value;
1512
};
1513
1514
static const char* script =
1515
"void main() \n"
Callers
nothing calls this directly
Calls
1
GetValue
Method · 0.45
Tested by
no test coverage detected