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

Class Raw::CurrentContextIsolationExpr

INTERNAL: Do not use. 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.

Import path

import codeql.swift.generated.Raw

Direct supertypes

Indirect supertypes

Predicates

getActor

Gets the actor of this current context isolation expression.

toString

Inherited predicates

getLocation

Gets the location associated with this element in the code, if it exists.

from Locatable
getType

Gets the type of this expression, if it exists.

from Expr
isUnknown

Holds if this element is unknown.

from Element