Skip to content

Instantly share code, notes, and snippets.

@michaeleisel
Created January 15, 2019 16:40
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save michaeleisel/c1739427d8990752181110b508fd3cad to your computer and use it in GitHub Desktop.
Save michaeleisel/c1739427d8990752181110b508fd3cad to your computer and use it in GitHub Desktop.
//Copyright (c) 2018 Michael Eisel. All rights reserved.
#import <Foundation/Foundation.h>
// Returns all the calls that have been made, in the order that they were made. If a call is made more than once, it just records the first instance.
// Each time this function is called, it returns only the calls that have been made since the last time it was called
extern NSArray <NSString *> *CLRCollectCalls(void);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment