Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Proryanator/encoder-benchmark
/ has_special_options
Method
has_special_options
permutor-cli/src/permutor_cli.rs:79–85 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
77
}
78
79
pub fn has_special_options(&self) -> bool {
80
return self.check_quality
81
|| self.detect_overload
82
|| self.verbose
83
|| self.test_run
84
|| self.allow_duplicate_scores;
85
}
86
}
Callers
1
log_special_arguments
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected