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

Function get_private_data_file_path

bridge/src/client/files.rs:21–23  ·  view source on GitHub ↗
(data_root_path: &Path)

Source from the content-addressed store, hash-verified

19}
20
21pub fn get_private_data_file_path(data_root_path: &Path) -> PathBuf {
22 get_private_data_directory_path(data_root_path).join(PRIVATE_DATA_FILE_NAME)
23}
24
25fn get_public_data_directory_path(data_root_path: &Path) -> PathBuf {
26 data_root_path.join(PUBLIC_DATA_DIRECTORY_NAME)

Callers 2

save_local_private_fileFunction · 0.85
newMethod · 0.85

Calls 1

Tested by

no test coverage detected