How to easily capture edge function code.

I'm building a lineage tool, and would like to find a way to pull the code from edge functions quickly and repeatably so I can parse it.

I understand that if I configure my local development environment I can see the edge function files and write a script to pull the data from them. That's quite a bit of work, and would require me to pull those functions differently than my normal database functions.

So... I wonder if the code is actually stored in a database somewhere that I can query?

Or, is it accessible without configuring my local environment?
Was this page helpful?