(id: string = "*")
| 90 | } |
| 91 | |
| 92 | static function(id: string = "*") { |
| 93 | return new Channel<Func>(["functions", normalize(id)]); |
| 94 | } |
| 95 | |
| 96 | static execution(id: string = "*") { |
| 97 | return new Channel<Execution>(["executions", normalize(id)]); |
nothing calls this directly
no test coverage detected