| 30 | class SelfInserter { |
| 31 | public: |
| 32 | SelfInserter( HASH& hash_ ) : hash(hash_), index(0) {} |
| 33 | |
| 34 | inline R_xlen_t operator()( STORAGE value ){ |
| 35 | typename HASH::iterator it = hash.find( value ) ; |
nothing calls this directly
no outgoing calls
no test coverage detected