Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
114
def
build_entries(commit, filenames):
115
return
[(repo_name(name), name, sha256_of(commit, name))
for
name in filenames]
116
117
118
def
build_dfns_entries(commit):
Callers
1
main
Function · 0.85
Calls
2
repo_name
Function · 0.85
sha256_of
Function · 0.85
Tested by
no test coverage detected