MCPcopy Index your code
hub / github.com/AI45Lab/Code / test_session_queue_config_handler_config

Function test_session_queue_config_handler_config

core/src/queue.rs:467–472  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

465
466 #[test]
467 fn test_session_queue_config_handler_config() {
468 let config = SessionQueueConfig::default();
469 let handler = config.handler_config(SessionLane::Execute);
470 assert_eq!(handler.mode, TaskHandlerMode::Internal);
471 assert_eq!(handler.timeout_ms, 60_000);
472 }
473
474 #[test]
475 fn test_session_queue_config_builders() {

Callers

nothing calls this directly

Calls 1

handler_configMethod · 0.80

Tested by

no test coverage detected