MCPcopy
hub / github.com/foambubble/foam / getCurrentVersion

Function getCurrentVersion

packages/foam-cli/src/support/version.ts:12–14  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

10const NOTIFY_INTERVAL_MS = 24 * 60 * 60 * 1000; // 24 hours
11
12export function getCurrentVersion(): string {
13 return __CLI_VERSION__;
14}
15
16export function getCoreVersion(): string {
17 return __CORE_VERSION__;

Callers 6

dispatchFunction · 0.90
mainFunction · 0.90
runUpdateCommandFunction · 0.90
version.test.tsFile · 0.90
formatUpdateNoticeFunction · 0.85
checkForUpdateNoticeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected