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

Method IsNull

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

Source from the content-addressed store, hash-verified

533 }
534
535 bool IsNull() const override
536 {
537 return data_ == NULL_INT;
538 }
539
540 void CopyFrom(AFINode* other) override
541 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected