Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/docknetwork/crypto
/ left
Method
left
utils/src/pairs.rs:86–88 ·
view source on GitHub ↗
Returns underlying left elements.
(self)
Source
from the content-addressed store, hash-verified
84
85
/// Returns underlying left elements.
86
pub fn left(self) -> &'left [Left] {
87
self.left
88
}
89
90
/// Returns underlying right elements.
91
pub fn right(self) -> &'right [Right] {
Callers
2
requesting_partially_blind_ps_sig
Function · 0.80
blindings
Method · 0.80
Calls
no outgoing calls
Tested by
1
requesting_partially_blind_ps_sig
Function · 0.64