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