()
| 18 | }, |
| 19 | |
| 20 | get desc(): string | undefined { |
| 21 | return this.Labels["stack.desc"] || this.Labels["dash.desc"] || undefined; |
| 22 | }, |
| 23 | |
| 24 | get belongsToNetworks() { |
| 25 | return (networks?: Network[]) => |
nothing calls this directly
no outgoing calls
no test coverage detected