MCPcopy Create free account
hub / github.com/alignoth/alignoth / format

Method format

resources/vega-embed.min.js:949–956  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

947 this.format());
948 }
949 format() {
950 return (
951 (this.version = `${this.major}.${this.minor}.${this.patch}`),
952 this.prerelease.length &&
953 (this.version += `-${this.prerelease.join(".")}`),
954 this.version
955 );
956 }
957 toString() {
958 return this.version;
959 }

Callers 3

constructorMethod · 0.95
incMethod · 0.95
BpFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected