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

Function build_test_session

sdk/node/src/lib.rs:5877–5885  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

5875 }
5876
5877 fn build_test_session() -> Session {
5878 let agent = fallback_runtime()
5879 .block_on(RustAgent::from_config(sdk_test_config()))
5880 .unwrap();
5881 let session = agent.session("/tmp/a3s-code-node-sdk-api", None).unwrap();
5882 Session {
5883 inner: Arc::new(session),
5884 }
5885 }
5886
5887 fn verification_report_json() -> serde_json::Value {
5888 serde_json::json!({

Calls 4

fallback_runtimeFunction · 0.85
block_onMethod · 0.80
sdk_test_configFunction · 0.70
sessionMethod · 0.45