| 375 | slice data() const {return FLDoc_GetData(_doc);} |
| 376 | alloc_slice allocedData() const {return FLDoc_GetAllocedData(_doc);} |
| 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;} |
nothing calls this directly
no test coverage detected