getBytecode method

HTBytecodeModule? getBytecode(
  1. String module
)

Implementation

HTBytecodeModule? getBytecode(String module) {
  assert(cachedModules.containsKey(module));
  return cachedModules[module];
}