Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LPC4/Full-Stack
/ should_update_goldens
Function
should_update_goldens
tests/common/golden_support.rs:1–3 ·
view source on GitHub ↗
(suite_env_var: &str)
Source
from the content-addressed store, hash-verified
1
pub fn should_update_goldens(suite_env_var: &str) -> bool {
2
std::env::var_os(
"UPDATE"
).is_some() || std::env::var_os(suite_env_var).is_some()
3
}
Callers
2
execute_compiler_test_suite
Function · 0.85
execute_assembly_golden_suite
Function · 0.85
Calls
no outgoing calls
Tested by
2
execute_compiler_test_suite
Function · 0.68
execute_assembly_golden_suite
Function · 0.68