Context returns the LState's context. To change the context, use WithContext.
()
| 2265 | |
| 2266 | // Context returns the LState's context. To change the context, use WithContext. |
| 2267 | func (ls *LState) Context() context.Context { |
| 2268 | return ls.ctx |
| 2269 | } |
| 2270 | |
| 2271 | // RemoveContext removes the context associated with this LState and returns this context. |
| 2272 | func (ls *LState) RemoveContext() context.Context { |
no outgoing calls