Viewing/debugging deployed function definition for a function-backed action

I’m using Marketplace to deploy a function-backed action, and would love to debug some inconsistency that I’m seeing in behavior between the source action and the deployed action.

How can I view the exact definition of the deployed function that’s being used to back the action? Right now I see a ‘Repository Not Found’ error in OMA but the action/function can be triggered, implying that it does exist somewhere.

This is not possible at the moment.

When Functions are deployed via Marketplace the repository is not installed. Instead, only the transpiled JavaScript that is created at publication-time is installed. This transpiled JavaScript is what allows you to execute the Function.