Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Wulf/create-rust-app
/ test_hook_printing
Function
test_hook_printing
crates/qsync/src/processor.rs:124–126 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
122
mod processor_tests {
123
#[test]
124
fn test_hook_printing() {
125
println!(
"test complete!"
);
126
}
127
}
128
129
#[derive(Debug)]
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected