Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/docker/docker-py
/ get_context_dir
Function
get_context_dir
docker/context/config.py:53–54 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
51
52
53
def
get_context_dir():
54
return
os.path.join(os.path.dirname(find_config_file() or
""
),
"contexts"
)
55
56
57
def
get_meta_dir(name=None):
Callers
2
get_meta_dir
Function · 0.85
get_tls_dir
Function · 0.85
Calls
2
find_config_file
Function · 0.90
join
Method · 0.80
Tested by
no test coverage detected