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

Method string

lib/base/json.cpp:448–454  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

446}
447
448inline
449bool JsonSax::string(JsonSax::string_t& val)
450{
451 FillCurrentTarget(String(std::move(val)));
452
453 return true;
454}
455
456inline
457bool JsonSax::binary(JsonSax::binary_t& val)

Callers 4

CollectRequestHandlerFunction · 0.45
RepairPackageMethod · 0.45
DirNameMethod · 0.45
BaseNameMethod · 0.45

Calls 1

StringClass · 0.70

Tested by

no test coverage detected