Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenArkStudio/ARK
/ IsEmpty
Method
IsEmpty
src/plugin/kernel/src/AFNodeManager.cpp:130–133 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
128
}
129
130
bool AFNodeManager::IsEmpty() const
131
{
132
return data_list_.size() == 0;
133
}
134
135
// data operation
136
AFINode* AFNodeManager::CreateData(std::shared_ptr<AFNodeMeta> pDataMeta)
Callers
1
CopyData
Method · 0.80
Calls
1
size
Method · 0.45
Tested by
no test coverage detected