Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/WayfireWM/wayfire
/ array
Method
array
src/json.cpp:513–518 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
511
}
512
513
json_t json_t::array()
514
{
515
json_t r;
516
yyjson_mut_set_arr(r.v);
517
return r;
518
}
519
520
json_t json_t::null()
521
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected