setContext(_:)
Sets contextual information to improve or inform the analysis.
Declaration
final func setContext(_ newContext: AnalysisContext) async throwsParameters
- newContext:
A context object. This object will replace the current object.
Discussion
Other analyzer instances may use the same context object.