MCPcopy Create free account
hub / github.com/clechasseur/pathcopycopy / IsDirty

Method IsDirty

PathCopyCopy/src/PathCopyCopyDataHandler.cpp:49–53  ·  view source on GitHub ↗

IPersistFile::IsDirty This method is unused for shell data handlers.

Source from the content-addressed store, hash-verified

47// This method is unused for shell data handlers.
48//
49[[gsl::suppress(c.128), gsl::suppress(f.6)]]
50STDMETHODIMP CPathCopyCopyDataHandler::IsDirty()
51{
52 return E_NOTIMPL;
53}
54
55//
56// IPersistFile::Load

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected