MCPcopy Create free account
hub / github.com/OneNoteDev/WebClipper / isLesserThanOrEqualTo

Method isLesserThanOrEqualTo

src/scripts/versioning/version.ts:48–50  ·  view source on GitHub ↗
(other: Version, ignorePatchUpdate?: boolean)

Source from the content-addressed store, hash-verified

46 }
47
48 public isLesserThanOrEqualTo(other: Version, ignorePatchUpdate?: boolean): boolean {
49 return this.isEqualTo(other, ignorePatchUpdate) || this.isLesserThan(other, ignorePatchUpdate);
50 }
51
52 public toString(): string {
53 return this.stringRepresentation;

Callers 2

testsMethod · 0.95

Calls 2

isEqualToMethod · 0.95
isLesserThanMethod · 0.95

Tested by

no test coverage detected