MCPcopy 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
64def get_meta_file(name):
65 return os.path.join(get_meta_dir(name), METAFILE)
66
67
68def get_tls_dir(name=None, endpoint=""):

Callers 2

_load_metaMethod · 0.85
saveMethod · 0.85

Calls 2

get_meta_dirFunction · 0.85
joinMethod · 0.80

Tested by

no test coverage detected