Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/boostorg/json
/ on_string_part
Method
on_string_part
test/test.hpp:301–308 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
299
}
300
301
bool
302
on_string_part(
303
string_view,
304
std::size_t,
305
system::error_code& ec)
306
{
307
return maybe_fail(ec);
308
}
309
310
bool
311
on_string(
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected