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/copilot.rs:519–522 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
517
518
#[test]
519
fn test_display_name() {
520
let hook = make_hook();
521
assert_eq!(hook.display_name(),
"GitHub Copilot"
);
522
}
523
524
#[test]
525
fn test_supported_hooks() {
Callers
nothing calls this directly
Calls
1
make_hook
Function · 0.70
Tested by
no test coverage detected