While reading the help file of getSymbols {quantmod}, I came across following lines: 
The “sourcing” of data is managed internally through a complex lookup procedure. If symbol.lookup is TRUE (the default), a check is made if any symbol has had its source specified by setSymbolLookup.
I was wondering whether it is possible to view this complex lookup procedure (or internal functions).
