MCPcopy Create free account
hub / github.com/daipendency/daipendency / assert_api_is_empty

Function assert_api_is_empty

src/markdown_formatting.rs:167–171  ·  view source on GitHub ↗
(documentation: &str)

Source from the content-addressed store, hash-verified

165 }
166
167 fn assert_api_is_empty(documentation: &str) {
168 let api_content = documentation.split("\n# API\n").nth(1).unwrap_or("").trim();
169
170 assert_eq!(api_content, "");
171 }
172
173 #[test]
174 fn no_namespaces() {

Callers 2

no_namespacesFunction · 0.85

Calls

no outgoing calls

Tested by 2

no_namespacesFunction · 0.68