MCPcopy
hub / github.com/opentrace/opentrace / _salt_path

Function _salt_path

agent/src/opentrace_agent/cli/credentials.py:146–147  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

144
145
146def _salt_path() -> Path:
147 return _base_dir() / ".salt"
148
149
150def _get_or_create_salt() -> bytes:

Callers 1

_get_or_create_saltFunction · 0.85

Calls 1

_base_dirFunction · 0.85

Tested by

no test coverage detected