Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
80
static bool isAsciiWhiteSpace(char c) { return c ==
' '
or c ==
'\t'
or c ==
'\r'
or c ==
'\n'
; }
81
82
static SC::StringSpan trimAsciiWhiteSpace(SC::Span<const char> span)
83
{
Callers
1
trimAsciiWhiteSpace
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected