User code location
Hi
Does anyone know where the user generated code resides, the stuff one might write for a production, I presume it lives in a table somewhere within a database?
Basically, I want to do some dependency analysis of what I've written - find out what's in use, how it's referenced, etc. I know I can export it to an XML file and work on that, but direct access on a table would be quicker for me.
Cheers
Product version: IRIS 2021.1
$ZV: IRIS for Windows (x86-64) 2020.1 (Build 215U) Mon Mar 30 2020 20:14:33 EDT
Check out %Dictionary.CompiledClass:
https://docs.intersystems.com/irislatest/csp/documatic/%25CSP.Documatic....
This is probably a good starting point for what you are looking to do. Also, other tables in the %Dictionary package may be useful to you as well.