Skip to content

Export only API symbols

Tim Schoof requested to merge export_api_only into main

Hiding non-API symbols stops the user from using internal functionality and is more performant (less pointer lookup tables involved).

Merge request reports