MCPcopy Create free account
hub / github.com/Moosync/Moosync / get_blob_url

Function get_blob_url

src/utils/common.rs:144–148  ·  view source on GitHub ↗
(src: String)

Source from the content-addressed store, hash-verified

142
143#[tracing::instrument(level = "debug", skip(src))]
144pub async fn get_blob_url(src: String) -> String {
145 let res = getBlobUrl(src.as_str()).await;
146 tracing::debug!("Got blob url {}", res.as_string().unwrap());
147 res.as_string().unwrap()
148}
149
150#[tracing::instrument(level = "debug", skip(song))]
151pub fn get_low_img(song: &Song) -> String {

Callers 1

loadMethod · 0.85

Calls 1

getBlobUrlFunction · 0.85

Tested by

no test coverage detected