Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
456
inline
457
bool JsonSax::binary(JsonSax::binary_t& val)
458
{
459
FillCurrentTarget(String(val.begin(), val.end()));
460
461
return true;
462
}
463
464
inline
465
bool JsonSax::start_object(std::size_t)
Callers
nothing calls this directly
Calls
3
String
Class · 0.70
begin
Method · 0.45
end
Method · 0.45
Tested by
no test coverage detected