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

Function documentation

src/library.rs:145–151  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

143
144 #[test]
145 fn documentation() {
146 let (library_path, _temp_dir) = create_temp_library(Some(STUB_VERSION.to_string()));
147
148 let library = Library::load(&library_path, Some(Language::Rust)).unwrap();
149
150 assert_eq!(library.documentation, STUB_DOCUMENTATION);
151 }
152
153 #[test]
154 fn namespaces() {

Callers

nothing calls this directly

Calls 1

create_temp_libraryFunction · 0.85

Tested by

no test coverage detected