MCPcopy Create free account
hub / github.com/LadybugDB/ladybug / setIter

Method setIter

src/include/function/gds/bfs_graph.h:31–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29 ParentList* getNextPtr() { return next.load(std::memory_order_relaxed); }
30
31 void setIter(uint16_t iter_) { iter = iter_; }
32 uint16_t getIter() const { return iter; }
33
34 void setCost(double cost_) { cost = cost_; }

Callers 2

addParentMethod · 0.80
addSingleParentMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected