MCPcopy Create free account
hub / github.com/SeleniumHQ/selenium / build_entries

Function build_entries

scripts/update_cddl.py:114–115  ·  view source on GitHub ↗
(commit, filenames)

Source from the content-addressed store, hash-verified

112
113
114def build_entries(commit, filenames):
115 return [(repo_name(name), name, sha256_of(commit, name)) for name in filenames]
116
117
118def build_dfns_entries(commit):

Callers 1

mainFunction · 0.85

Calls 2

repo_nameFunction · 0.85
sha256_ofFunction · 0.85

Tested by

no test coverage detected