MCPcopy Create free account
hub / github.com/EnsoBuild/temper / config

Function config

src/config.rs:12–16  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

10}
11
12pub fn config() -> Config {
13 dotenv().ok();
14
15 load_config()
16}
17
18fn load_config() -> Config {
19 let port = std::env::var("PORT")

Callers 15

mainFunction · 0.85
post_simulate_fileFunction · 0.85
post_simulate_frax_txFunction · 0.85
post_simulate_zerox_swapFunction · 0.85
post_simulate_bundleFunction · 0.85
post_simulate_no_dataFunction · 0.85

Calls 1

load_configFunction · 0.85

Tested by

no test coverage detected