MCPcopy Index your code
hub / github.com/GoEdgeLab/EdgeNode / Done

Method Done

internal/nodes/http_request.go:1629–1631  ·  view source on GitHub ↗

Done 设置已完成

()

Source from the content-addressed store, hash-verified

1627
1628// Done 设置已完成
1629func (this *HTTPRequest) Done() {
1630 this.isDone = true
1631}
1632
1633// Close 关闭连接
1634func (this *HTTPRequest) Close() {

Callers 15

CloseMethod · 0.95
TestTickerEveryFunction · 0.80
writeMethod · 0.80
TestSleepFunction · 0.80
TestTimeoutFunction · 0.80
AckMethod · 0.80
TestConcurrentFunction · 0.80
TestLimiter_SetThreadsFunction · 0.80
RunMethod · 0.80

Calls

no outgoing calls

Tested by 15

TestTickerEveryFunction · 0.64
TestSleepFunction · 0.64
TestTimeoutFunction · 0.64
TestConcurrentFunction · 0.64
TestLimiter_SetThreadsFunction · 0.64
TestKVFileList_Add_ManyFunction · 0.64