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

Method GetValue

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

Source from the content-addressed store, hash-verified

130 }
131
132 ID_TYPE GetValue() const override
133 {
134 return static_cast<ID_TYPE>(data_);
135 }
136
137 DATA_NODE_DECLARE
138

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected