(input: ArtifactsCLIInput)
| 193 | // Back-compat direct hook. New shell code calls getArtifacts() |
| 194 | // and captures the returned target instead. |
| 195 | async artifactsCLI(input: ArtifactsCLIInput): Promise<ArtifactsCLIResult> { |
| 196 | return (await this.getArtifacts()).cli(input); |
| 197 | } |
| 198 | |
| 199 | #hostStub<T extends object>(): Rpc.DurableObjectBranded & T { |
| 200 | const { binding, id } = this.ctx.props; |
no test coverage detected