MCPcopy 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
60inline bool IsArg(const char* arg)
61{
62 size_t str_len = strlen(arg);
63 return str_len > 2 && arg[0] == '-' && arg[1] == '-';
64}
65
66template <typename T>
67struct ArgNameToTypeValue

Callers 1

GetEncodeParamsFromArgsFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected