MCPcopy 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
91static bool scHttpWebSocketIsSpace(char value) { return value == ' ' or value == '\t'; }
92
93static SC::StringSpan scHttpWebSocketTrim(SC::StringSpan value)
94{

Callers 1

scHttpWebSocketTrimFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected