MCPcopy Create free account
hub / github.com/eventure/hide.client.linux / HaveAccessToken

Method HaveAccessToken

rest/client.go:197–197  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

195}
196
197func ( c *Client ) HaveAccessToken() bool { if c.accessToken != nil { return true }; return false }
198
199// Resolve resolves an IP of a Hide.me endpoint and stores that IP for further use. Hide.me balances DNS rapidly, so once an IP is acquired it needs to be used for the remainder of the session
200func ( c *Client ) Resolve( ctx context.Context ) ( err error ) {

Callers 2

accessTokenFunction · 0.80
InitMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected