Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/brimdata/super
/ TestAuthIdentity
Method
TestAuthIdentity
service/client_test.go:106–110 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
104
}
105
106
func
(c *testClient) TestAuthIdentity() api.AuthIdentityResponse {
107
r, err := c.Connection.AuthIdentity(c.Context())
108
require.NoError(c, err)
109
return
r
110
}
Callers
1
TestAuthIdentity
Function · 0.80
Calls
2
AuthIdentity
Method · 0.80
Context
Method · 0.80
Tested by
no test coverage detected