Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Tencent/sluaunreal
/ ReturnInt
Method
ReturnInt
Source/democpp/SluaTestCase.cpp:469–471 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
467
void USluaTestCase::EmptyFunc() {}
468
469
int USluaTestCase::ReturnInt() {
470
return 1024;
471
}
472
473
int USluaTestCase::ReturnIntWithInt(int i) {
474
return i;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected