MCPcopy Create free account
hub / github.com/ExpressLRS/ExpressLRS / get_git_sha

Function get_git_sha

src/python/build_flags.py:127–128  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

125 return ",".join(["%s" % ord(char) for char in str])
126
127def get_git_sha():
128 return string_to_ascii(env.get('GIT_SHA'))
129
130def get_version():
131 return string_to_ascii(env.get('GIT_VERSION'))

Callers 1

build_flags.pyFile · 0.85

Calls 1

string_to_asciiFunction · 0.85

Tested by

no test coverage detected