Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Pagghiu/SaneCppLibraries
/ scHttpWebSocketIsSpace
Function
scHttpWebSocketIsSpace
Libraries/Http/HttpWebSocket.cpp:91–91 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
89
}
90
91
static bool scHttpWebSocketIsSpace(char value) { return value ==
' '
or value ==
'\t'
; }
92
93
static SC::StringSpan scHttpWebSocketTrim(SC::StringSpan value)
94
{
Callers
1
scHttpWebSocketTrim
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected