(name, v)
| 12342 | return n; |
| 12343 | } |
| 12344 | createStore(name, v) { |
| 12345 | const n = this.create('prim::Store', [v], 0); |
| 12346 | n.s_('name', name); |
| 12347 | return n; |
| 12348 | } |
| 12349 | inputs() { |
| 12350 | return this._block.inputs(); |
| 12351 | } |
no test coverage detected