Lets say you have a project that uses two cfcomponent files, a.cfc and b.cfc.
You have functions in a.cfc that you'd like to be available within b.cfc, for example, within a.cfc is a debug handler that I would want to be used inside of cffuctions within b.cfc
Possible?