MCPcopy Create free account
hub / github.com/IntegralPilot/rustc_codegen_jvm / install_rust_components

Function install_rust_components

build.py:125–128  ·  view source on GitHub ↗

Installs required Rust nightly components.

()

Source from the content-addressed store, hash-verified

123 sys.exit(1)
124
125def contains_non_runtime_classes(jar_path: Path) -> bool:
126 """Checks whether a runtime JAR contains classes outside its owned package."""
127 if not jar_path.exists():
128 return False
129 try:
130 with zipfile.ZipFile(jar_path) as archive:
131 return any(

Callers 1

all_tasksFunction · 0.85

Calls 1

run_commandFunction · 0.70

Tested by

no test coverage detected