constructor()

in cloudrun-malware-scanner/metrics.ts [84:88]


  constructor() {
    // In some cases where errors may be expected, we want to be able to supress
    // them.
    this.suppressErrors = false;
  }