Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cowprotocol/services
/ id
Method
id
crates/winner-selection/src/solution.rs:38–40 ·
view source on GitHub ↗
Get the solution ID.
(&self)
Source
from the content-addressed store, hash-verified
36
impl<T> Solution<T> {
37
/// Get the solution ID.
38
pub fn id(&self) -> u64 {
39
self.id
40
}
41
42
/// Get the solver address.
43
pub fn solver(&self) -> Address {
Callers
2
partition_unfair_solutions
Method · 0.45
compute_scores_by_solution
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected