MCPcopy Create free account
hub / github.com/boostorg/json / on_string

Method on_string

include/boost/json/detail/parse_into.hpp:1075–1080  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1073 }
1074
1075 bool on_string(system::error_code& ec, string_view)
1076 {
1077 if( (array_depth_ + object_depth_) == 0 )
1078 return parent_->signal_value(ec);
1079 return true;
1080 }
1081
1082 bool on_number_part(system::error_code&)
1083 {

Callers

nothing calls this directly

Calls 1

signal_valueMethod · 0.45

Tested by

no test coverage detected