| 115 | static std::string name() { return "transfer builder"; }; |
| 116 | |
| 117 | void start(NodeID from, NodeID to) { cur_node = getOrInsertStartNode(rg, from, to); } |
| 118 | |
| 119 | void next_suffixes(NodeID from, NodeID to) |
| 120 | { |
nothing calls this directly
no test coverage detected