Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
12
pub fn config() -> Config {
13
dotenv().ok();
14
15
load_config()
16
}
17
18
fn load_config() -> Config {
19
let port = std::env::var(
"PORT"
)
Callers
15
main
Function · 0.85
post_simulate_file
Function · 0.85
post_simulate_file_etherscan
Function · 0.85
post_simulate_frax_tx
Function · 0.85
post_simulate_zerox_swap
Function · 0.85
post_simulate_access_lists
Function · 0.85
post_simulate_state_overrides
Function · 0.85
post_simulate_bundle_single_zerox_swap
Function · 0.85
post_simulate_bundle
Function · 0.85
post_simulate_bundle_second_reverts
Function · 0.85
post_simulate_no_data
Function · 0.85
post_simulate_incorrect_chain_id
Function · 0.85
Calls
1
load_config
Function · 0.85
Tested by
no test coverage detected