()
| 165 | } |
| 166 | }, |
| 167 | newRerouteNode(): SDNode { |
| 168 | return { |
| 169 | widget: 'Reroute', |
| 170 | fields: {}, |
| 171 | inputs: [{ |
| 172 | name: "", |
| 173 | type: "*", |
| 174 | }], |
| 175 | outputs: [{ |
| 176 | name: "", |
| 177 | type: "*", |
| 178 | slot_index: 0, |
| 179 | links: [], |
| 180 | }] |
| 181 | } |
| 182 | }, |
| 183 | newPrimitiveNode(): SDNode { |
| 184 | return { |
| 185 | widget: NODE_PRIMITIVE, |
nothing calls this directly
no outgoing calls
no test coverage detected