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

Method IsNull

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

Source from the content-addressed store, hash-verified

89 }
90
91 bool IsNull() const override
92 {
93 return NULL_INT == data_;
94 }
95
96 void CopyFrom(AFINode* other) override
97 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected