MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / check_all_files

Function check_all_files

tensorflow/tools/ci_build/update_version.py:53–56  ·  view source on GitHub ↗

Check all relevant files necessary for upgrade.

()

Source from the content-addressed store, hash-verified

51
52
53def check_all_files():
54 """Check all relevant files necessary for upgrade."""
55 for file_name in RELEVANT_FILES:
56 check_existence(file_name)
57
58
59def replace_string_in_line(search, replace, filename):

Callers 1

mainFunction · 0.85

Calls 1

check_existenceFunction · 0.70

Tested by

no test coverage detected