Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/atomicdotdev/atomic
/ test_display_name
Function
test_display_name
atomic-agent/src/hooks/claude_code/tests.rs:28–31 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
26
27
#[test]
28
fn test_display_name() {
29
let hook = make_hook();
30
assert_eq!(hook.display_name(),
"Claude Code"
);
31
}
32
33
#[test]
34
fn test_supported_hooks() {
Callers
nothing calls this directly
Calls
1
make_hook
Function · 0.70
Tested by
no test coverage detected