MCPcopy Create free account
hub / github.com/GameTechDev/PresentMon / GetComponent

Method GetComponent

IntelPresentMon/CommonUtilities/log/Channel.cpp:404–407  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

402 }
403 }
404 std::shared_ptr<IChannelComponent> Channel::GetComponent(std::string tag) const
405 {
406 return GetComponentBlocking(std::move(tag));
407 }
408 void Channel::FlushEntryPointExit()
409 {
410 EnqueuePacketWait<FlushEntryPointPacket_>();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected