Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Tencent/sluaunreal
/ getFruit
Method
getFruit
Source/democpp/SluaTestCase.cpp:88–90 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
86
}
87
88
Fruit getFruit() {
89
return Fruit::Apple;
90
}
91
92
// overriade version
93
Fruit getFruit(int) {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected