MCPcopy Create free account
hub / github.com/FlashSampling/FlashSampling / make_volumes

Function make_volumes

src/fused_mm_sampling/modal_lib/utils.py:118–119  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

116 str(_repo_root / "pyproject.toml"),
117 remote_path="/opt/fused-mm-sample/pyproject.toml",
118 copy=True,
119 )
120 .add_local_file(
121 str(_repo_root / "README.md"), remote_path="/opt/fused-mm-sample/README.md", copy=True
122 )

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected