Look up FLC frames for an instance (submodule) in a given module.
List<FlcFrame>? lookupInstance(String moduleName, String instanceName) => lookupInstanceEntry(moduleName, instanceName)?.frames;