ThrowTheSwitch / CMock

CMock - Mock/stub generator for C
http://throwtheswitch.org
MIT License
671 stars 273 forks source link

Support for generation of ReturnThruPtr, etc methods when using opaque pointer arguments. #442

Open mamsw opened 1 year ago

mamsw commented 1 year ago

Was curious if there was any consideration of such a feature. Thank you.

mvandervoord commented 6 months ago

Can you expand on this? Your single-phrase isn't sufficient for me to understand what you're proposing here?

If you're passing any kind of pointer and expecting values to get written to it, I believe ReturnThruPtr already handles it?