| 50 | alloc_slice allocedData() const FLPURE {return _alloced;} |
| 51 | |
| 52 | SharedKeys* sharedKeys() const FLPURE {return _sk;} |
| 53 | slice externDestination() const FLPURE {return _externDestination;} |
| 54 | |
| 55 | // For internal use: |
nothing calls this directly
no outgoing calls
no test coverage detected