TODO returns a non-nil, empty Context.
Code should use context.TODO when it's unclear which Context to use or it is not yet available (because the surrounding function has not yet been extended to accept a Context parameter).
Generated using TypeDoc
TODO returns a non-nil, empty Context.
Remarks
Code should use context.TODO when it's unclear which Context to use or it is not yet available (because the surrounding function has not yet been extended to accept a Context parameter).