Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CrafterKolyan/tiny-python-docker-image
/ get_filenames
Function
get_filenames
util/update-readme-table.py:68–69 ·
view source on GitHub ↗
(dockerfiles)
Source
from the content-addressed store, hash-verified
66
67
68
def
get_filenames(dockerfiles):
69
return
[os.path.basename(x)
for
x in dockerfiles]
70
71
72
def
get_docker_size(path, client):
Callers
1
main
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected