Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Tencent/sluaunreal
/ docall
Method
docall
Source/democpp/SluaTestCase.cpp:101–104 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
99
}
100
101
void docall() {
102
callback(1024);
103
callback = nullptr;
104
}
105
106
int get_value() {
107
return value;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected