| 83 | } |
| 84 | |
| 85 | HostTitle titleArg(const ScriptArgs& args, int i) |
| 86 | { |
| 87 | const int idx = titleIndexArg(args, i); |
| 88 | HostTitle title; |
| 89 | host().titleAt(idx, title); |
| 90 | return title; |
| 91 | } |
| 92 | |
| 93 | // An open save-archive handle: a stale one (closed, or from a previous run) |
| 94 | // is as much a script bug as an out-of-range index. |
no test coverage detected