MCPcopy Index your code
hub / github.com/bugy/script-server / parse_semver_str

Function parse_semver_str

tools/build.py:60–61  ·  view source on GitHub ↗
(version_string)

Source from the content-addressed store, hash-verified

58
59
60def parse_semver_str(version_string):
61 return [int(v) for v in version_string.split('.')]
62
63
64def create_version_file():

Callers 2

get_npm_versionFunction · 0.85
create_version_fileFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected