MCPcopy Create free account
hub / github.com/BitVM/BitVM / create_file_name

Method create_file_name

bridge/src/client/data_store/data_store.rs:187–189  ·  view source on GitHub ↗
(&self, timestamp: u128)

Source from the content-addressed store, hash-verified

185 }
186
187 fn create_file_name(&self, timestamp: u128) -> String {
188 format!("{}{}", timestamp, self.client_data_suffix)
189 }
190
191 fn get_driver(&self) -> Result<&dyn DataStoreDriver, &str> {
192 if self.local_file.is_some() {

Callers 3

write_dataMethod · 0.80
write_compressed_dataMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected