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

Method list_objects

bridge/src/client/data_store/ftp/ftps.rs:60–62  ·  view source on GitHub ↗
(&self, file_path: Option<&str>)

Source from the content-addressed store, hash-verified

58#[async_trait]
59impl DataStoreDriver for Ftps {
60 async fn list_objects(&self, file_path: Option<&str>) -> Result<Vec<String>, String> {
61 lib::list_objects(&self.credentials, file_path).await
62 }
63
64 async fn fetch_object(
65 &self,

Callers

nothing calls this directly

Calls 1

list_objectsFunction · 0.85

Tested by

no test coverage detected