MCPcopy Create free account
hub / github.com/HO-COOH/FastCopy / MockShellItem

Method MockShellItem

UnitTest/UnitTest.cpp:196–198  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

194 Path::Type m_type;
195 public:
196 MockShellItem(std::wstring_view name, Path::Type type) : m_name{ name }, m_type{ type }
197 {
198 }
199 HRESULT STDMETHODCALLTYPE BindToHandler(
200 /* [unique][in] */ __RPC__in_opt IBindCtx* pbc,
201 /* [in] */ __RPC__in REFGUID bhid,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected