ContextOpt is an option used to set a context.Context.
| 1274 | |
| 1275 | // ContextOpt is an option used to set a context.Context. |
| 1276 | type ContextOpt struct { |
| 1277 | context.Context |
| 1278 | } |
| 1279 | |
| 1280 | func (ctx ContextOpt) configureJSContext(opts *jsOpts) error { |
| 1281 | opts.ctx = ctx |
nothing calls this directly
no outgoing calls
no test coverage detected