| 76 | } |
| 77 | |
| 78 | void StructuredDirectory::Close() { |
| 79 | m_spStorage = nullptr; |
| 80 | } |
| 81 | |
| 82 | void StructuredDirectory::CheckNameLength(const std::wstring& name) const { |
| 83 | if (name.size() > 31) |
nothing calls this directly
no outgoing calls
no test coverage detected