()
| 181 | } |
| 182 | }, |
| 183 | newPrimitiveNode(): SDNode { |
| 184 | return { |
| 185 | widget: NODE_PRIMITIVE, |
| 186 | fields: {}, |
| 187 | inputs: [], |
| 188 | outputs: [{ |
| 189 | name: "*", |
| 190 | type: "*", |
| 191 | slot_index: 0, |
| 192 | links: [], |
| 193 | }] |
| 194 | } |
| 195 | } |
| 196 | } |
| 197 | |
| 198 | /** |
nothing calls this directly
no outgoing calls
no test coverage detected