Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RenderKit/oidn
/ hasStarted
Method
hasStarted
external/catch.hpp:7569–7571 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
7567
bool isOpen() const override;
7568
bool hasChildren() const override;
7569
bool hasStarted() const override {
7570
return m_runState != NotStarted;
7571
}
7572
7573
void addChild( ITrackerPtr const& child ) override;
7574
Callers
1
close
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected