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

Function package_intermediate_assets

Tests/SdkIntegration/tactility.py:459–461  ·  view source on GitHub ↗
(target_path)

Source from the content-addressed store, hash-verified

457 return True
458
459def package_intermediate_assets(target_path):
460 if os.path.isdir("assets"):
461 shutil.copytree("assets", os.path.join(target_path, "assets"), dirs_exist_ok=True)
462
463def package_intermediate(platforms):
464 target_path = os.path.join("build", "package-intermediate")

Callers 1

package_intermediateFunction · 0.85

Calls 1

joinMethod · 0.80

Tested by

no test coverage detected