Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
57
export
function
getVersion(): string {
58
return
GlobalVariable.get(
"version"
,
"Unknown"
);
59
}
60
61
export
function
hasVersionChanged(): boolean {
62
return
GlobalVariable.get(
"versionChange"
) || false;
Callers
4
main
Function · 0.90
middleware
Function · 0.90
user_statistics.ts
File · 0.90
overview_router.ts
File · 0.90
Calls
1
get
Method · 0.45
Tested by
no test coverage detected