MCPcopy Index your code
hub / github.com/monkeytypegame/monkeytype / hasError

Method hasError

frontend/scripts/check-assets.ts:54–56  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

52 }
53
54 public hasError(): boolean {
55 return Object.keys(this.problems).length !== 0;
56 }
57 public toString(): string {
58 stepSummary?.addHeading(`${this.type} Checks`, 2);
59 if (!this.hasError()) {

Callers 8

toStringMethod · 0.95
validateChallengesFunction · 0.95
validateLayoutsFunction · 0.95
validateQuotesFunction · 0.95
validateLanguagesFunction · 0.95
validateFontsFunction · 0.95
validateThemesFunction · 0.95
validateSoundsFunction · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected