(name: string)
| 191 | |
| 192 | class MockLayersModel extends LayersModel { |
| 193 | constructor(name: string) { |
| 194 | super({inputs: [], outputs: [], name}); |
| 195 | } |
| 196 | } |
| 197 | |
| 198 | class MockCallback extends Callback {} |
nothing calls this directly
no outgoing calls
no test coverage detected