MCPcopy
hub / github.com/TecharoHQ/anubis / Close

Method Close

lib/thoth/thoth.go:70–75  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

68}
69
70func (c *Client) Close() error {
71 if c.conn != nil {
72 return c.conn.Close()
73 }
74 return nil
75}
76
77func (c *Client) WithIPToASNService(impl iptoasnv1.IpToASNServiceClient) {
78 c.IPToASN = impl

Callers 15

makeCodeFunction · 0.45
makeChallengeFunction · 0.45
TestLoadPoliciesFunction · 0.45
TestCVE2025_24369Function · 0.45
TestCookieSettingsFunction · 0.45
TestBasePrefixFunction · 0.45
TestCustomStatusCodesFunction · 0.45
TestRuleChangeFunction · 0.45
TestPassChallengeXSSFunction · 0.45

Calls

no outgoing calls

Tested by 15

makeChallengeFunction · 0.36
TestLoadPoliciesFunction · 0.36
TestCVE2025_24369Function · 0.36
TestCookieSettingsFunction · 0.36
TestBasePrefixFunction · 0.36
TestCustomStatusCodesFunction · 0.36
TestRuleChangeFunction · 0.36
TestPassChallengeXSSFunction · 0.36
loadManifestFunction · 0.36