Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ange-yaghi/engine-sim
/ SimulationObject
Method
SimulationObject
src/simulation_object.cpp:8–10 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
6
#include
"../include/engine_sim_application.h"
7
8
SimulationObject::SimulationObject() {
9
m_app = nullptr;
10
}
11
12
SimulationObject::~SimulationObject() {
13
/* void */
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected