| 377 | SharedKeys sharedKeys() const {return FLDoc_GetSharedKeys(_doc);} |
| 378 | |
| 379 | Value root() const {return FLDoc_GetRoot(_doc);} |
| 380 | explicit operator bool () const {return root() != nullptr;} |
| 381 | Array asArray() const {return root().asArray();} |
| 382 | Dict asDict() const {return root().asDict();} |
nothing calls this directly
no test coverage detected