MCPcopy Create free account
hub / github.com/MCSManager/MCSManager / getVersion

Function getVersion

panel/src/app/version.ts:57–59  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

55}
56
57export function getVersion(): string {
58 return GlobalVariable.get("version", "Unknown");
59}
60
61export function hasVersionChanged(): boolean {
62 return GlobalVariable.get("versionChange") || false;

Callers 4

mainFunction · 0.90
middlewareFunction · 0.90
user_statistics.tsFile · 0.90
overview_router.tsFile · 0.90

Calls 1

getMethod · 0.45

Tested by

no test coverage detected