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

Method IsNull

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

Source from the content-addressed store, hash-verified

311 }
312
313 bool IsNull() const override
314 {
315 return data_ == NULL_BOOLEAN;
316 }
317
318 void CopyFrom(AFINode* other) override
319 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected