Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LEXUGE/dcompass
/ check_default
Function
check_default
dcompass/src/tests.rs:20–24 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
18
19
#[tokio::test]
20
async fn check_default() {
21
init(serde_yaml::from_str(include_str!(
"../../configs/default.json"
)).unwrap())
22
.await
23
.unwrap();
24
}
25
26
#[tokio::test]
27
async fn check_success_ipcidr() {
Callers
nothing calls this directly
Calls
1
init
Function · 0.85
Tested by
no test coverage detected