Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/defold/defold
/ IsArg
Function
IsArg
engine/tools/src/texconvert/main.cpp:60–64 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
58
}
59
60
inline bool IsArg(const char* arg)
61
{
62
size_t str_len = strlen(arg);
63
return str_len > 2 && arg[0] ==
'-'
&& arg[1] ==
'-'
;
64
}
65
66
template <typename T>
67
struct ArgNameToTypeValue
Callers
1
GetEncodeParamsFromArgs
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected