| 1160 | } |
| 1161 | |
| 1162 | void Namespace::trashCache() |
| 1163 | { |
| 1164 | mCacheSequence++; |
| 1165 | mCacheAllocator.freeBlocks(); |
| 1166 | } |
| 1167 | |
| 1168 | const char *Namespace::tabComplete(const char *prevText, S32 baseLen, bool fForward) |
| 1169 | { |
nothing calls this directly
no test coverage detected