Particle.process()...where is it in the firmware GitHub?

I would like to see what all is happening in the Particle.process() function but can’t find it. I have searched in the repo but the number of process references is 232 and even after looking at pages of results I couldn’t find it, a little help would be much appreciated. Thanks!

It’s a bit all over the place :wink:

CloudClass::process() -> spark_process() in system_cloud.cpp -> Spark_Idle_Events() in system_task.cpp -> lots of other routines :sunglasses:

Thanks! Is there a pseudo code version out there anywhere?