MCPcopy Create free account
hub / github.com/OpenArkStudio/ARK / GetValue

Method GetValue

src/plugin/kernel/include/AFCNode.hpp:206–209  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

204 }
205
206 ID_TYPE GetValue() const override
207 {
208 return static_cast<ID_TYPE>(data_);
209 }
210
211 DATA_NODE_DECLARE
212

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected