Type Method
activeReporters()activeReportersactiveReporters
All currently active reporter instances.
Declaration
@MainActor class func activeReporters() -> [any GlyphsReporter & NSObjectProtocol]Declaration
+ (NSArray<NSObject<GlyphsReporter> *> *) activeReporters;Declaration
activeReporters() -> list[NSObject<GlyphsReporter>]