Store represents the STORE virtual machine opcode.
| 196 | |
| 197 | // Store represents the STORE virtual machine opcode. |
| 198 | type Store struct{} |
| 199 | |
| 200 | func (c Store) String() string { return "Store" } |
| 201 |
nothing calls this directly
no outgoing calls
no test coverage detected