| 80 | const Value* pointer() const noexcept FLPURE {return (const Value*)_pointer;} |
| 81 | const Value* asPointer() const noexcept FLPURE {return (isPointer() ? pointer() : nullptr);} |
| 82 | const Value* inlinePointer() const noexcept FLPURE {return (const Value*)&_inlineVal;} |
| 83 | void setPointer(const Value*); |
| 84 | void setInline(internal::tags valueTag, int tiny); |
| 85 |
nothing calls this directly
no outgoing calls
no test coverage detected