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