Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
60
def
parse_semver_str(version_string):
61
return
[int(v)
for
v in version_string.split(
'.'
)]
62
63
64
def
create_version_file():
Callers
2
get_npm_version
Function · 0.85
create_version_file
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected