Returns a copy of the runtime's system context.
()
| 68 | |
| 69 | // Returns a copy of the runtime's system context. |
| 70 | func (r *Runtime) SystemContext() *types.SystemContext { |
| 71 | return r.systemContextCopy() |
| 72 | } |
| 73 | |
| 74 | // Returns a copy of the runtime's system context. |
| 75 | func (r *Runtime) systemContextCopy() *types.SystemContext { |