DIScope

public protocol DIScope : IRMetadata

Denotes a scope in which child metadata nodes can be inserted.

  • file Extension method

    Retrieves the file metadata associated with this scope, if any.

    Declaration

    Swift

    public var file: FileMetadata? { get }