Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AI45Lab/Code
/ test_code_error_session
Function
test_code_error_session
core/src/error.rs:138–141 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
136
137
#[test]
138
fn test_code_error_session() {
139
let err = CodeError::Session(
"not found"
.to_string());
140
assert!(err.to_string().contains(
"Session error"
));
141
}
142
143
#[test]
144
fn test_code_error_security() {
Callers
nothing calls this directly
Calls
1
Session
Class · 0.50
Tested by
no test coverage detected