Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
448
inline
449
bool JsonSax::string(JsonSax::string_t& val)
450
{
451
FillCurrentTarget(String(std::move(val)));
452
453
return true;
454
}
455
456
inline
457
bool JsonSax::binary(JsonSax::binary_t& val)
Callers
4
CollectRequestHandler
Function · 0.45
RepairPackage
Method · 0.45
DirName
Method · 0.45
BaseName
Method · 0.45
Calls
1
String
Class · 0.70
Tested by
no test coverage detected