Type Method
activeReportersMap()activeReportersMapactiveReportersMap
All currently active reporter instances mapped from their class name.
Declaration
@MainActor class func activeReportersMap() -> [String : any GlyphsReporter & NSObjectProtocol]Declaration
+ (NSDictionary<NSString *,NSObject<GlyphsReporter> *> *) activeReportersMap;Declaration
activeReportersMap() -> dict[str, NSObject<GlyphsReporter>]