Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
393
bool json_reference_t::is_string() const
394
{
395
return yyjson_mut_is_str(v);
396
}
397
398
json_reference_t::operator std::string() const {
399
wf::dassert(is_string());
Callers
3
handle_fd_incoming
Method · 0.80
ipc_rules_events_methods_t
Class · 0.80
json_to_string
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected