Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/docker/docker-py
/ get_meta_dir
Function
get_meta_dir
docker/context/config.py:57–61 ·
view source on GitHub ↗
(name=None)
Source
from the content-addressed store, hash-verified
55
56
57
def
get_meta_dir(name=None):
58
meta_dir = os.path.join(get_context_dir(),
"meta"
)
59
if
name:
60
return
os.path.join(meta_dir, get_context_id(name))
61
return
meta_dir
62
63
64
def
get_meta_file(name):
Callers
4
load_context
Method · 0.85
save
Method · 0.85
get_meta_file
Function · 0.85
contexts
Method · 0.85
Calls
3
get_context_dir
Function · 0.85
get_context_id
Function · 0.85
join
Method · 0.80
Tested by
no test coverage detected