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

Method IsNull

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

Source from the content-addressed store, hash-verified

385 }
386
387 bool IsNull() const override
388 {
389 return data_ == NULL_INT;
390 }
391
392 void CopyFrom(AFINode* other) override
393 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected