MCPcopy
hub / github.com/tuna/tunasync / main

Function main

tests/httpClient.go:12–19  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

10)
11
12func main() {
13 cfg, err := internal.GetTLSConfig("rootCA.crt")
14 fmt.Println(err)
15 var msg map[string]string
16 resp, err := internal.GetJSON("https://localhost:5002/", &msg, cfg)
17 fmt.Println(err)
18 fmt.Println(resp)
19}

Callers

nothing calls this directly

Calls 2

GetTLSConfigFunction · 0.92
GetJSONFunction · 0.92

Tested by

no test coverage detected