MCPcopy 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
294bool CheckGraphIntegraityByNode(StaticGraph* graph)
295{
296 /* go through all nodes */
297
298 return true;
299}
300
301bool CheckGraphIntegraity(StaticGraph* graph)
302{

Callers 1

CheckGraphIntegraityFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected