Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/BitVM/BitVM
/ data
Method
data
bridge/src/client/client.rs:217–219 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
215
}
216
217
pub fn data(&self) -> &BitVMClientPublicData {
218
&self.data
219
}
220
221
pub fn data_mut(&mut self) -> &mut BitVMClientPublicData {
222
&mut self.data
Callers
7
process_peg_outs
Method · 0.80
handle_automatic_command
Method · 0.80
find_peg_in_graph
Function · 0.80
find_peg_out_graph
Function · 0.80
test_merge_add_new_graph
Function · 0.80
test_peg_in_graph_automatic_verifier
Function · 0.80
test_e2e_1_simulate_peg_out
Function · 0.80
Calls
no outgoing calls
Tested by
5
find_peg_in_graph
Function · 0.64
find_peg_out_graph
Function · 0.64
test_merge_add_new_graph
Function · 0.64
test_peg_in_graph_automatic_verifier
Function · 0.64
test_e2e_1_simulate_peg_out
Function · 0.64