Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Tencent/sluaunreal
/ bar
Method
bar
Source/democpp/SluaTestCase.cpp:75–77 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
73
}
74
75
void bar(const char* v) {
76
Log::Log(
"get text %s and value is %d"
,v,value);
77
}
78
79
static FString getStr() {
80
return FString(UTF8_TO_TCHAR(
"some text"
));
Callers
nothing calls this directly
Calls
1
Log
Function · 0.85
Tested by
no test coverage detected