Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ test_db
Function
test_db
crates/doc/src/lib.rs:10–13 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
8
9
#[test]
10
fn test_db() {
11
let doc = DB.get(
"array._array_reconstructor"
);
12
assert!(doc.is_some());
13
}
14
}
Callers
nothing calls this directly
Calls
1
get
Method · 0.45
Tested by
no test coverage detected