Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
6
namespace wf
7
{
8
bool json_reference_t::is_array() const
9
{
10
return yyjson_mut_is_arr(v);
11
}
12
13
json_reference_t json_reference_t::operator [](const size_t& idx) const
14
{
Callers
5
verify_json_tree
Function · 0.80
stipc_plugin_t
Class · 0.80
ipc_rules_events_methods_t
Class · 0.80
add_compound_entry
Method · 0.80
parse_compound_json
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected