Rules: call use_rinfo when handing to a callback. * Have the callback return rinfo_one_done(). */
| 134 | /* Rules: call use_rinfo when handing to a callback. |
| 135 | * Have the callback return rinfo_one_done(). */ |
| 136 | static struct refresh_info *use_rinfo(struct refresh_info *rinfo) |
| 137 | { |
| 138 | rinfo->calls_remaining++; |
| 139 | return rinfo; |
| 140 | } |
| 141 | |
| 142 | /* Recursion */ |
| 143 | static struct command_result *limited_listchannelmoves(struct command *cmd, |
no outgoing calls
no test coverage detected