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

Method IsNull

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

Source from the content-addressed store, hash-verified

163 }
164
165 bool IsNull() const override
166 {
167 return NULL_INT == data_;
168 }
169
170 void CopyFrom(AFINode* other) override
171 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected