MCPcopy Create free account
hub / github.com/GaijinEntertainment/daScript / builtin_empty

Function builtin_empty

include/daScript/simulate/aot.h:3120–3120  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3118 DAS_API char * builtin_string_clone ( const char *str, Context * context, LineInfoArg * at );
3119
3120 DAS_API __forceinline bool builtin_empty(const char* str) { return !str || str[0] == 0; }
3121 DAS_API __forceinline bool builtin_empty_das_string(const string & str) { return str.empty(); }
3122
3123 template <typename TT, typename QQ>

Callers 2

forEachFunctionFunction · 0.85
forEachGenericFunctionFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected