Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/BitVM/BitVM
/ sync
Method
sync
bridge/src/client/client.rs:255–257 ·
view source on GitHub ↗
(&mut self)
Source
from the content-addressed store, hash-verified
253
}
254
255
pub async fn sync(&mut self) {
256
self.read_from_data_store().await;
257
}
258
259
pub async fn sync_l2(&mut self) {
260
self.read_from_l2().await;
Callers
15
test_peg_in_fees
Function · 0.45
test_peg_out_fees
Function · 0.45
test_musig2_peg_in
Function · 0.45
test_musig2_peg_out_take_1
Function · 0.45
test_musig2_peg_out_take_2
Function · 0.45
test_musig2_start_time_timeout
Function · 0.45
test_musig2_kick_off_timeout
Function · 0.45
test_musig2_peg_out_disprove_with_challenge
Function · 0.45
test_musig2_peg_out_disprove_chain_with_challenge
Function · 0.45
broadcast_transactions_from_peg_out_graph
Function · 0.45
create_peg_out_graph
Function · 0.45
test_sync
Function · 0.45
Calls
1
read_from_data_store
Method · 0.80
Tested by
15
test_peg_in_fees
Function · 0.36
test_peg_out_fees
Function · 0.36
test_musig2_peg_in
Function · 0.36
test_musig2_peg_out_take_1
Function · 0.36
test_musig2_peg_out_take_2
Function · 0.36
test_musig2_start_time_timeout
Function · 0.36
test_musig2_kick_off_timeout
Function · 0.36
test_musig2_peg_out_disprove_with_challenge
Function · 0.36
test_musig2_peg_out_disprove_chain_with_challenge
Function · 0.36
broadcast_transactions_from_peg_out_graph
Function · 0.36
create_peg_out_graph
Function · 0.36
test_sync
Function · 0.36