MCPcopy Create free account
hub / github.com/evilsocket/cake / check_model_dir_empty_dir

Function check_model_dir_empty_dir

cake-core/src/utils/models.rs:347–350  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

345
346 #[test]
347 fn check_model_dir_empty_dir() {
348 let tmp = tempfile::tempdir().unwrap();
349 assert!(check_model_dir(tmp.path()).is_none());
350 }
351
352 #[test]
353 fn check_model_dir_config_only() {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected