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

Method on_key_part

test/test.hpp:283–290  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

281 }
282
283 bool
284 on_key_part(
285 string_view,
286 std::size_t,
287 system::error_code& ec)
288 {
289 return maybe_fail(ec);
290 }
291
292 bool
293 on_key(

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected