MCPcopy Create free account
hub / github.com/cloudflare/cloudflared / get_config_from_env

Function get_config_from_env

component-tests/setup.py:17–19  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

15
16
17def get_config_from_env():
18 config_content = base64.b64decode(get_env("COMPONENT_TESTS_CONFIG_CONTENT")).decode('utf-8')
19 return yaml.safe_load(config_content)
20
21
22def get_config_from_file():

Callers 1

createFunction · 0.85

Calls 1

get_envFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…