| 1145 | } |
| 1146 | |
| 1147 | void Namespace::trashCache() |
| 1148 | { |
| 1149 | mCacheSequence++; |
| 1150 | mCacheAllocator.freeBlocks(); |
| 1151 | } |
| 1152 | |
| 1153 | const char *Namespace::tabComplete(const char *prevText, S32 baseLen, bool fForward) |
| 1154 | { |
nothing calls this directly
no test coverage detected