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/opencode.rs:686–689 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
684
685
#[test]
686
fn test_name() {
687
let hook = make_hook();
688
assert_eq!(hook.name(),
"opencode"
);
689
}
690
691
#[test]
692
fn test_display_name() {
Callers
nothing calls this directly
Calls
1
make_hook
Function · 0.70
Tested by
no test coverage detected