MCPcopy Create free account
hub / github.com/enowdev/enowX-Coder / streaming_client_builds

Function streaming_client_builds

src-tauri/src/services/http_client.rs:72–75  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

70
71 #[test]
72 fn streaming_client_builds() {
73 let client = streaming_client();
74 assert!(client.is_ok(), "streaming_client should build cleanly");
75 }
76
77 #[test]
78 fn request_client_builds() {

Callers

nothing calls this directly

Calls 1

streaming_clientFunction · 0.85

Tested by

no test coverage detected