MCPcopy Create free account
hub / github.com/BeneficialCode/WinArk / Close

Method Close

Utils/CompoundFile.cpp:78–80  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

76}
77
78void StructuredDirectory::Close() {
79 m_spStorage = nullptr;
80}
81
82void StructuredDirectory::CheckNameLength(const std::wstring& name) const {
83 if (name.size() > 31)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected