Sets the depth of this node in the graph.
| 137 | |
| 138 | // Sets the depth of this node in the graph. |
| 139 | void set_depth(int value) { depth_ = value; } |
| 140 | |
| 141 | // Adds a callsite which calls this computation. Updates callers to include |
| 142 | // the calling computation. |
no outgoing calls
no test coverage detected