Context is the golang context to use
()
| 52 | type Context interface { |
| 53 | // Context is the golang context to use |
| 54 | Context() context2.Context |
| 55 | |
| 56 | // WorkingDir is the current working dir. Functions |
| 57 | // that receive this context should prefer this working directory |
no outgoing calls
no test coverage detected