DIScope
public protocol DIScope : IRMetadata
Denotes a scope in which child metadata nodes can be inserted.
-
file
Extension methodRetrieves the file metadata associated with this scope, if any.
Declaration
Swift
public var file: FileMetadata? { get }