MCPcopy Create free account
hub / github.com/TranslucentTB/TranslucentTB / GetSite

Method GetSite

ExplorerTAP/tapsite.cpp:93–96  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

91}
92
93HRESULT TAPSite::GetSite(REFIID riid, void **ppvSite) noexcept
94{
95 return site.as(riid, ppvSite);
96}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected