MCPcopy
hub / github.com/opentrace/opentrace / config_path

Function config_path

agent/src/opentrace_agent/cli/main.py:1014–1016  ·  view source on GitHub ↗

Print the config file path.

()

Source from the content-addressed store, hash-verified

1012
1013@config.command("path")
1014def config_path() -> None:
1015 """Print the config file path."""
1016 click.echo(_resolve_config_path())
1017
1018
1019@app.command()

Callers

nothing calls this directly

Calls 1

_resolve_config_pathFunction · 0.85

Tested by

no test coverage detected