| 63 | void operator= (const T &value) {_coll.set(_key, value);} |
| 64 | void setData(slice value) {_coll.set(_key).setData(value);} |
| 65 | void remove() {_coll.remove(_key);} |
| 66 | |
| 67 | operator FLSlot() {return _coll.set(_key);} |
| 68 | private: |
nothing calls this directly
no outgoing calls
no test coverage detected