Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/boostorg/json
/ is_control
Function
is_control
include/boost/json/basic_parser_impl.hpp:170–175 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
168
}
169
170
inline
171
bool
172
is_control(char c) noexcept
173
{
174
return static_cast<unsigned char>(c) < 32;
175
}
176
177
inline
178
int
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected