MCPcopy Index your code
hub / github.com/zalando/skipper / close

Method close

proxy/proxy_test.go:273–278  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

271}
272
273func (tp *testProxy) close() {
274 tp.log.Close()
275 tp.dc.Close()
276 tp.routing.Close()
277 tp.proxy.Close()
278}
279
280func hasArg(arg string) bool {
281 return slices.Contains(os.Args, arg)

Calls 1

CloseMethod · 0.65

Tested by

no test coverage detected