MCPcopy Create free account
hub / github.com/daodst/chat / QuerySearchProfiles

Method QuerySearchProfiles

userapi/api/api_trace.go:159–163  ·  view source on GitHub ↗
(ctx context.Context, req *QuerySearchProfilesRequest, res *QuerySearchProfilesResponse)

Source from the content-addressed store, hash-verified

157 return err
158}
159func (t *UserInternalAPITrace) QuerySearchProfiles(ctx context.Context, req *QuerySearchProfilesRequest, res *QuerySearchProfilesResponse) error {
160 err := t.Impl.QuerySearchProfiles(ctx, req, res)
161 util.GetLogger(ctx).Infof("QuerySearchProfiles req=%+v res=%+v", js(req), js(res))
162 return err
163}
164func (t *UserInternalAPITrace) QueryOpenIDToken(ctx context.Context, req *QueryOpenIDTokenRequest, res *QueryOpenIDTokenResponse) error {
165 err := t.Impl.QueryOpenIDToken(ctx, req, res)
166 util.GetLogger(ctx).Infof("QueryOpenIDToken req=%+v res=%+v", js(req), js(res))

Callers

nothing calls this directly

Calls 3

InfofMethod · 0.80
jsFunction · 0.70
QuerySearchProfilesMethod · 0.65

Tested by

no test coverage detected