lookupEmbeddedInstance method
Look up an embedded source entry for an instance in moduleName.
Implementation
FlcEntry? lookupEmbeddedInstance(String moduleName, String instanceName) =>
embeddedFlcData.lookupInstanceEntry(moduleName, instanceName);