MCPcopy
hub / github.com/dlt-hub/dlt / get

Function get

tests/common/cases/modules/google/colab/userdata.py:12–16  ·  view source on GitHub ↗
(secret_name: str)

Source from the content-addressed store, hash-verified

10
11
12def get(secret_name: str) -> str:
13 if secret_name == "secrets.toml":
14 return 'api_key="api"'
15
16 raise SecretNotFoundError()

Callers

nothing calls this directly

Calls 1

SecretNotFoundErrorClass · 0.85

Tested by

no test coverage detected