MCPcopy Create free account
hub / github.com/Recordscript/recordscript / exists

Method exists

libs/hbb_common/src/config.rs:1224–1226  ·  view source on GitHub ↗
(id: &str)

Source from the content-addressed store, hash-verified

1222 }
1223
1224 pub fn exists(id: &str) -> bool {
1225 Self::path(id).exists()
1226 }
1227
1228 serde_field_string!(
1229 default_view_style,

Callers 6

set_filenameMethod · 0.80
init_logFunction · 0.80
is_file_existsFunction · 0.80
start_transcriptionFunction · 0.80
is_downloadedMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected