Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GaijinEntertainment/daScript
/ is_space
Function
is_space
src/builtin/module_builtin_string.cpp:107–109 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
105
}
106
107
__forceinline bool is_space ( char c ) {
108
return c==
' '
|| c==
'\t'
|| c==
'\r'
|| c==
'\n'
|| c==
'\f'
|| c==
'\v'
;
109
}
110
111
static inline const char* strip_l(const char *str) {
112
const char *t = str;
Callers
2
strip_l
Function · 0.70
strip_r
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected