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

Method QueryDevices

userapi/api/api_trace.go:144–148  ·  view source on GitHub ↗
(ctx context.Context, req *QueryDevicesRequest, res *QueryDevicesResponse)

Source from the content-addressed store, hash-verified

142 return err
143}
144func (t *UserInternalAPITrace) QueryDevices(ctx context.Context, req *QueryDevicesRequest, res *QueryDevicesResponse) error {
145 err := t.Impl.QueryDevices(ctx, req, res)
146 util.GetLogger(ctx).Infof("QueryDevices req=%+v res=%+v", js(req), js(res))
147 return err
148}
149func (t *UserInternalAPITrace) QueryAccountData(ctx context.Context, req *QueryAccountDataRequest, res *QueryAccountDataResponse) error {
150 err := t.Impl.QueryAccountData(ctx, req, res)
151 util.GetLogger(ctx).Infof("QueryAccountData req=%+v res=%+v", js(req), js(res))

Callers

nothing calls this directly

Calls 3

InfofMethod · 0.80
jsFunction · 0.70
QueryDevicesMethod · 0.65

Tested by

no test coverage detected