MCPcopy Index your code
hub / github.com/BrendanParmer/NodeToPython / subminor

Function subminor

tools/node_settings_generator/parse_nodes.py:221–222  ·  view source on GitHub ↗
(version: Version)

Source from the content-addressed store, hash-verified

219 return versions
220
221def subminor(version: Version) -> tuple:
222 return (version[0], version[1], 0)
223
224def get_min_version(versions: list[Version]) -> Version | None:
225 min_version = min(versions)

Callers 4

write_node_info_classFunction · 0.85
write_ntp_node_settingsFunction · 0.85
write_nodeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected