fn get_dummy_auth_token()
in
src/config.rs [176:178]
3
lines of code
1
McCabe index (conditional complexity)
fn get_dummy_auth_token() -> String { "test".to_owned() }