MCPcopy Create free account
hub / github.com/ml-explore/mlx-data / is_start_node

Method is_start_node

mlx/data/core/Graph.cpp:154–156  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

152}
153
154bool GraphBase::is_start_node(int64_t id) const {
155 return startNodeIds_.find(id) != startNodeIds_.end();
156}
157bool GraphBase::is_final_node(int64_t id) const {
158 return finalNodeIds_.find(id) != finalNodeIds_.end();
159}

Callers

nothing calls this directly

Calls 1

findMethod · 0.80

Tested by

no test coverage detected