Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OAID/Tengine
/ CheckGraphIntegraityByNode
Function
CheckGraphIntegraityByNode
core/lib/static_graph.cpp:294–299 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
292
}
293
294
bool CheckGraphIntegraityByNode(StaticGraph* graph)
295
{
296
/* go through all nodes */
297
298
return true;
299
}
300
301
bool CheckGraphIntegraity(StaticGraph* graph)
302
{
Callers
1
CheckGraphIntegraity
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected