MCPcopy Create free account
hub / github.com/GnomeSnapExtensions/gSnap / defaultVersion

Method defaultVersion

src/extension/shellversion.ts:48–50  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

46 }
47
48 public static defaultVersion(): ShellVersion {
49 return ShellVersion.parse(Config.PACKAGE_VERSION);
50 }
51
52 public static parse(version: string): ShellVersion {
53 return new ShellVersion(version);

Callers 1

app.tsFile · 0.80

Calls 1

parseMethod · 0.80

Tested by

no test coverage detected