Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenArkStudio/ARK
/ IsNull
Method
IsNull
src/plugin/kernel/include/AFCNode.hpp:683–686 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
681
}
682
683
bool IsNull() const override
684
{
685
return data_ == NULL_INT;
686
}
687
688
void CopyFrom(AFINode* other) override
689
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected