summaryrefslogtreecommitdiff
path: root/python/undo.py
diff options
context:
space:
mode:
authorMark Rowe <mrowe@bdash.net.nz>2025-05-08 11:31:10 -0700
committerkat <kat@vector35.com>2025-05-29 09:42:11 -0400
commit2524e2ce6be351d79477442a073e743946d1334a (patch)
tree79486df727a1cd6741237d96de3e0056f4cd4f1e /python/undo.py
parent4ea37e18bfed8de162dfb816971417a0679b602f (diff)
Detect calls that the Objective-C workflow has rewritten directly to an implementation
These are detected by their function names having the characteristic `-[ClassName methodName:]` format. Calls to functions with this naming pattern that accept a selector as a second argument are assumed to be `objc_msgSend` calls that the Objective-C workflow rewrote. These calls are formatted identically to other `objc_msgSend` calls with the exception that the selector tokens reference the address of the call target rather than the selector string, so double-clicking on them takes you to the fixed destination of the rewritten call.
Diffstat (limited to 'python/undo.py')
0 files changed, 0 insertions, 0 deletions