Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/hwholiday/learning_tools
/ send
Function
send
prometheus/howie_test.go:17–24 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
15
time.Sleep(24*time.Hour)
16
}
17
func
send() {
18
resp, err := http.Get(
"http://192.168.2.28:8888/howie"
)
19
if
err != nil {
20
fmt.Println(err)
21
return
22
}
23
resp.Body.Close()
24
}
Callers
1
Test
Function · 0.70
Calls
2
Get
Method · 0.65
Close
Method · 0.65
Tested by
no test coverage detected