MCPcopy Create free account
hub / github.com/Icinga/icinga2 / binary

Method binary

lib/base/json.cpp:456–462  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

454}
455
456inline
457bool JsonSax::binary(JsonSax::binary_t& val)
458{
459 FillCurrentTarget(String(val.begin(), val.end()));
460
461 return true;
462}
463
464inline
465bool JsonSax::start_object(std::size_t)

Callers

nothing calls this directly

Calls 3

StringClass · 0.70
beginMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected