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

Method parse

src/extension/shellversion.ts:52–54  ·  view source on GitHub ↗
(version: string)

Source from the content-addressed store, hash-verified

50 }
51
52 public static parse(version: string): ShellVersion {
53 return new ShellVersion(version);
54 }
55
56 version_at_least_34(): boolean {
57 return versionGreaterThanOrEqualTo(this, VERSION_34);

Callers 3

parseKeysFunction · 0.80
defaultVersionMethod · 0.80
_loadFromJsonFileMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected