MCPcopy Create free account
hub / github.com/baidu/babylon / EmptyComponentHolder

Method EmptyComponentHolder

src/babylon/application_context.cpp:192–193  ·  view source on GitHub ↗

/////////////////////////////////////////////////////////////////////////// ApplicationContext::EmptyComponentHolder begin

Source from the content-addressed store, hash-verified

190////////////////////////////////////////////////////////////////////////////////
191// ApplicationContext::EmptyComponentHolder begin
192ApplicationContext::EmptyComponentHolder::EmptyComponentHolder() noexcept
193 : ComponentHolder {static_cast<Void*>(nullptr)} {}
194
195Any ApplicationContext::EmptyComponentHolder::create_instance() noexcept {
196 return {};

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected