returns the number of entries held by record
| 50 | |
| 51 | // returns the number of entries held by record |
| 52 | uint Record_length |
| 53 | ( |
| 54 | const Record r |
| 55 | ) { |
| 56 | ASSERT(r); |
| 57 | return raxSize(r->mapping); |
| 58 | } |
| 59 | |
| 60 | bool Record_ContainsEntry |
| 61 | ( |
no outgoing calls
no test coverage detected