Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/docker/docker-py
/ get_meta_file
Function
get_meta_file
docker/context/config.py:64–65 ·
view source on GitHub ↗
(name)
Source
from the content-addressed store, hash-verified
62
63
64
def
get_meta_file(name):
65
return
os.path.join(get_meta_dir(name), METAFILE)
66
67
68
def
get_tls_dir(name=None, endpoint=
""
):
Callers
2
_load_meta
Method · 0.85
save
Method · 0.85
Calls
2
get_meta_dir
Function · 0.85
join
Method · 0.80
Tested by
no test coverage detected