(type)
| 241 | }, |
| 242 | |
| 243 | load(type) { |
| 244 | if (type === registryType) { |
| 245 | return [ |
| 246 | { |
| 247 | toTree() { |
| 248 | return fn.apply(this, arguments); |
| 249 | }, |
| 250 | }, |
| 251 | ]; |
| 252 | } |
| 253 | |
| 254 | return []; |
| 255 | }, |
| 256 | }; |
| 257 | } |
| 258 |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…