MCPcopy Create free account
hub / github.com/TactilityProject/Tactility / package_name

Function package_name

Tests/SdkIntegration/tactility.py:475–478  ·  view source on GitHub ↗
(platforms)

Source from the content-addressed store, hash-verified

473 return True
474
475def package_name(platforms):
476 elf_path = find_elf_file(platforms[0])
477 elf_base_name = os.path.basename(elf_path).removesuffix(".app.elf")
478 return os.path.join("build", f"{elf_base_name}.app")
479
480def package_all(platforms):
481 status = f"Building package with {platforms}"

Callers 2

package_allFunction · 0.85
install_actionFunction · 0.85

Calls 2

find_elf_fileFunction · 0.85
joinMethod · 0.80

Tested by

no test coverage detected