Instance Method
instance(_:outlineFormat:activeInstances:seenInstanceNames:duplicateNames:instanceCount:) instance:outlineFormat:activeInstances:seenInstanceNames:duplicateNames:instanceCount:error: instance_outlineFormat_activeInstances_seenInstanceNames_duplicateNames_instanceCount_error_
Declaration
func instance(_ currInstance: GSInstance, outlineFormat: GSOutlineFormat, activeInstances: NSMutableArray, seenInstanceNames: NSMutableSet, duplicateNames: NSMutableArray, instanceCount: UnsafeMutablePointer<UInt>) throwsDeclaration
- (BOOL) instance:(GSInstance *) currInstance outlineFormat:(GSOutlineFormat) outlineFormat activeInstances:(NSMutableArray *) activeInstances seenInstanceNames:(NSMutableSet *) seenInstanceNames duplicateNames:(NSMutableArray *) duplicateNames instanceCount:(NSUInteger *) instanceCount error:(NSError **) error;Declaration
instance_outlineFormat_activeInstances_seenInstanceNames_duplicateNames_instanceCount_error_(currInstance: GSInstance, outlineFormat: GSOutlineFormat, activeInstances: list, seenInstanceNames: set, duplicateNames: list, instanceCount: int) -> tuple[bool, NSError]