MCPcopy Create free account
hub / github.com/carbonengine/trinity / NullFence

Function NullFence

trinityal/src/Tr2FenceAL.cpp:10–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8{
9
10std::shared_ptr<TrinityALImpl::Tr2FenceAL> NullFence()
11{
12 static std::shared_ptr<TrinityALImpl::Tr2FenceAL> nullFence = std::make_shared<TrinityALImpl::Tr2FenceAL>();
13 return nullFence;
14}
15}
16
17Tr2FenceAL::Tr2FenceAL() :

Callers 2

Tr2FenceALMethod · 0.85
CreateMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected