CodeQL library for Swift
codeql/swift-all 6.8.2 (changelog, source)
Search

Module Impl

INTERNAL: This module contains the customizable definition of CurrentContextIsolationExpr and should not be referenced directly.

Import path

import codeql.swift.elements.expr.internal.CurrentContextIsolationExprImpl

Classes

CurrentContextIsolationExpr

An expression that extracts the actor isolation of the current context, of type (any Actor)?. This is synthesized by the type checker and does not have any way to be expressed explicitly in the source.