MCPcopy Create free account
hub / github.com/HumbleUI/JWM / classpath_join

Function classpath_join

script/build_utils.py:19–20  ·  view source on GitHub ↗
(entries)

Source from the content-addressed store, hash-verified

17lombok_version = '1.18.42'
18
19def classpath_join(entries):
20 return classpath_separator.join(entries)
21
22def parse_ref() -> str:
23 ref = get_arg("ref") or os.getenv('GITHUB_REF')

Callers 3

javacFunction · 0.85
delombokFunction · 0.85
javadocFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected