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

Method is_array

src/json.cpp:8–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6namespace wf
7{
8bool json_reference_t::is_array() const
9{
10 return yyjson_mut_is_arr(v);
11}
12
13json_reference_t json_reference_t::operator [](const size_t& idx) const
14{

Callers 5

verify_json_treeFunction · 0.80
stipc_plugin_tClass · 0.80
add_compound_entryMethod · 0.80
parse_compound_jsonMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected