MCPcopy Create free account
hub / github.com/JeanPhilippeKernel/RendererEngine / HasNext

Method HasNext

ZEngine/src/IPipelineStage.cpp:17–19  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15 }
16
17 bool IPipelineStage::HasNext() {
18 return m_next_stage != nullptr;
19 }
20} // namespace ZEngine::Core

Callers 2

CompileMethod · 0.80
ExecuteMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected