Vars returns a pointer to the vars for this pipeline, which has vals within it
()
| 103 | |
| 104 | // Vars returns a pointer to the vars for this pipeline, which has vals within it |
| 105 | func (sy *System) Vars() *Vars { |
| 106 | return &sy.Mem.Vars |
| 107 | } |
| 108 | |
| 109 | func (sy *System) Destroy() { |
| 110 | for _, ev := range sy.Events { |
no outgoing calls
no test coverage detected