MCPcopy Create free account
hub / github.com/apache/datafusion / update_commit_dependencies

Function update_commit_dependencies

dev/update_arrow_deps.py:57–64  ·  view source on GitHub ↗
(dependencies, new_sha)

Source from the content-addressed store, hash-verified

55# }
56# to point at a new SHA
57def update_commit_dependencies(dependencies, new_sha):
58 if dependencies is None:
59 return
60 for dep_name in dependencies:
61 dep = dependencies[dep_name]
62 if hasattr(dep, 'get'):
63 if dep.get('git') == 'https://github.com/apache/arrow-rs':
64 dep['rev'] = new_sha
65
66
67def update_commit_cargo_toml(cargo_toml, new_sha):

Callers 1

update_commit_cargo_tomlFunction · 0.85

Calls 1

getMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…