MCPcopy Create free account
hub / github.com/apache/kvrocks / fetch_deps

Function fetch_deps

x.py:165–168  ·  view source on GitHub ↗
(dir: str, D: List[str] = [])

Source from the content-addressed store, hash-verified

163
164
165def fetch_deps(dir: str, D: List[str] = []) -> None:
166 dir = os.path.abspath(dir)
167 with TemporaryDirectory(prefix="kvrocks-fetch-deps-") as build_dir:
168 build(build_dir, D=D, dep_dir=dir, skip_build=True)
169
170
171def get_source_files(dir: Path) -> List[str]:

Callers

nothing calls this directly

Calls 1

buildFunction · 0.85

Tested by

no test coverage detected