Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/atomicdotdev/atomic
/ test_name
Function
test_name
atomic-agent/src/hooks/cursor.rs:802–805 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
800
801
#[test]
802
fn test_name() {
803
let hook = make_hook();
804
assert_eq!(hook.name(),
"cursor"
);
805
}
806
807
#[test]
808
fn test_display_name() {
Callers
nothing calls this directly
Calls
1
make_hook
Function · 0.70
Tested by
no test coverage detected