Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/WayfireWM/wayfire
/ init
Method
init
src/json.cpp:408–413 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
406
}
407
408
void json_t::init()
409
{
410
this->doc = yyjson_mut_doc_new(NULL);
411
this->v = yyjson_mut_null(this->doc);
412
yyjson_mut_doc_set_root(doc, v);
413
}
414
415
json_t::json_t()
416
{
Callers
1
main
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected