MCPcopy Create free account
hub / github.com/AI45Lab/Code / workspace_backend_rejects_missing_s3_config

Function workspace_backend_rejects_missing_s3_config

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

Source from the content-addressed store, hash-verified

6189
6190 #[test]
6191 fn workspace_backend_rejects_missing_s3_config() {
6192 let result = js_session_options_to_rust(Some(SessionOptions {
6193 workspace_backend: Some(JsWorkspaceBackend {
6194 kind: "s3".to_string(),
6195 root: None,
6196 s3: None,
6197 }),
6198 ..Default::default()
6199 }));
6200
6201 assert!(result.is_err());
6202 }
6203
6204 #[test]
6205 fn s3_phase1_3_options_thread_through_to_core() {

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected