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

Method QueryProfile

userapi/api/api_trace.go:134–138  ·  view source on GitHub ↗
(ctx context.Context, req *QueryProfileRequest, res *QueryProfileResponse)

Source from the content-addressed store, hash-verified

132 util.GetLogger(ctx).Infof("QueryKeyBackup req=%+v res=%+v", js(req), js(res))
133}
134func (t *UserInternalAPITrace) QueryProfile(ctx context.Context, req *QueryProfileRequest, res *QueryProfileResponse) error {
135 err := t.Impl.QueryProfile(ctx, req, res)
136 util.GetLogger(ctx).Infof("QueryProfile req=%+v res=%+v", js(req), js(res))
137 return err
138}
139func (t *UserInternalAPITrace) QueryAccessToken(ctx context.Context, req *QueryAccessTokenRequest, res *QueryAccessTokenResponse) error {
140 err := t.Impl.QueryAccessToken(ctx, req, res)
141 util.GetLogger(ctx).Infof("QueryAccessToken req=%+v res=%+v", js(req), js(res))

Callers

nothing calls this directly

Calls 3

InfofMethod · 0.80
jsFunction · 0.70
QueryProfileMethod · 0.65

Tested by

no test coverage detected