Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
70
func
(c *Client) Close() error {
71
if
c.conn != nil {
72
return
c.conn.Close()
73
}
74
return
nil
75
}
76
77
func
(c *Client) WithIPToASNService(impl iptoasnv1.IpToASNServiceClient) {
78
c.IPToASN = impl
Callers
15
makeCode
Function · 0.45
makeChallenge
Function · 0.45
TestLoadPolicies
Function · 0.45
TestCVE2025_24369
Function · 0.45
TestCookieCustomExpiration
Function · 0.45
TestCookieSettings
Function · 0.45
TestCookieSettingsSameSiteNoneModeDowngradedToLaxWhenUnsecure
Function · 0.45
TestBasePrefix
Function · 0.45
TestCustomStatusCodes
Function · 0.45
TestRuleChange
Function · 0.45
TestChallengeFor_ErrNotFound
Function · 0.45
TestPassChallengeXSS
Function · 0.45
Calls
no outgoing calls
Tested by
15
makeChallenge
Function · 0.36
TestLoadPolicies
Function · 0.36
TestCVE2025_24369
Function · 0.36
TestCookieCustomExpiration
Function · 0.36
TestCookieSettings
Function · 0.36
TestCookieSettingsSameSiteNoneModeDowngradedToLaxWhenUnsecure
Function · 0.36
TestBasePrefix
Function · 0.36
TestCustomStatusCodes
Function · 0.36
TestRuleChange
Function · 0.36
TestChallengeFor_ErrNotFound
Function · 0.36
TestPassChallengeXSS
Function · 0.36
loadManifest
Function · 0.36