| 397 | |
| 398 | static Doc containing(Value v) {return Doc(FLValue_FindDoc(v), false);} |
| 399 | bool setAssociated(void *p, const char *t) {return FLDoc_SetAssociated(_doc, p, t);} |
| 400 | void* associated(const char *type) const {return FLDoc_GetAssociated(_doc, type);} |
| 401 | |
| 402 | private: |
nothing calls this directly
no test coverage detected