MCPcopy Create free account
hub / github.com/Pagghiu/SaneCppLibraries / isAsciiWhiteSpace

Function isAsciiWhiteSpace

Libraries/HttpClient/HttpClient.cpp:80–80  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

78}
79
80static bool isAsciiWhiteSpace(char c) { return c == ' ' or c == '\t' or c == '\r' or c == '\n'; }
81
82static SC::StringSpan trimAsciiWhiteSpace(SC::Span<const char> span)
83{

Callers 1

trimAsciiWhiteSpaceFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected