MCPcopy Create free account
hub / github.com/WayfireWM/wayfire / is_string

Method is_string

src/json.cpp:393–396  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

391}
392
393bool json_reference_t::is_string() const
394{
395 return yyjson_mut_is_str(v);
396}
397
398json_reference_t::operator std::string() const {
399 wf::dassert(is_string());

Callers 3

handle_fd_incomingMethod · 0.80
json_to_stringMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected