Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ZDoom/Raze
/ StringFilter
Function
StringFilter
source/common/scripting/interface/stringformat.cpp:409–412 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
407
}
408
409
static void StringFilter(FString *self, FString *result)
410
{
411
*result = strbin1(self->GetChars());
412
}
413
414
DEFINE_ACTION_FUNCTION_NATIVE(FStringStruct, Filter, StringFilter)
415
{
Callers
nothing calls this directly
Calls
2
strbin1
Function · 0.85
GetChars
Method · 0.45
Tested by
no test coverage detected