Remove `alt` child of `pid`
| 87 | |
| 88 | /// Remove `alt` child of `pid` |
| 89 | void Structure::removeChild(NodeID pid, int alt) |
| 90 | { |
| 91 | nodes_[pid]->removeChild(alt); |
| 92 | } |
| 93 | |
| 94 | NodeID Structure::getChild(NodeID pid, int alt) const |
| 95 | { |
nothing calls this directly
no outgoing calls
no test coverage detected