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

Method QueryDeviceInfos

userapi/api/api_trace.go:154–158  ·  view source on GitHub ↗
(ctx context.Context, req *QueryDeviceInfosRequest, res *QueryDeviceInfosResponse)

Source from the content-addressed store, hash-verified

152 return err
153}
154func (t *UserInternalAPITrace) QueryDeviceInfos(ctx context.Context, req *QueryDeviceInfosRequest, res *QueryDeviceInfosResponse) error {
155 err := t.Impl.QueryDeviceInfos(ctx, req, res)
156 util.GetLogger(ctx).Infof("QueryDeviceInfos req=%+v res=%+v", js(req), js(res))
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))

Callers

nothing calls this directly

Calls 3

InfofMethod · 0.80
jsFunction · 0.70
QueryDeviceInfosMethod · 0.65

Tested by

no test coverage detected