native icon indicating copy to clipboard operation
native copied to clipboard

[ffigen] Filter copied methods

Open liamappelbe opened this issue 1 year ago • 0 comments

There are a few ways that methods can be copied from one ObjC interface/protocol to another (eg copying methods from a protocol to a conforming interface). This bypasses method filtering (the filtering is applied to Source.method, not Dest.method). After the transformer refactor, we should do this method copying as a transformer, before the filtering.

liamappelbe avatar Sep 19 '24 02:09 liamappelbe