getBytecode method

HTBytecodeModule? getBytecode(
  1. String moduleName
)

Implementation

HTBytecodeModule? getBytecode(String moduleName) {
  return cachedModules[moduleName];
}