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

Method PerformLastSeenUpdate

userapi/api/api_trace.go:90–94  ·  view source on GitHub ↗
(ctx context.Context, req *PerformLastSeenUpdateRequest, res *PerformLastSeenUpdateResponse)

Source from the content-addressed store, hash-verified

88 return err
89}
90func (t *UserInternalAPITrace) PerformLastSeenUpdate(ctx context.Context, req *PerformLastSeenUpdateRequest, res *PerformLastSeenUpdateResponse) error {
91 err := t.Impl.PerformLastSeenUpdate(ctx, req, res)
92 util.GetLogger(ctx).Infof("PerformLastSeenUpdate req=%+v res=%+v", js(req), js(res))
93 return err
94}
95func (t *UserInternalAPITrace) PerformDeviceUpdate(ctx context.Context, req *PerformDeviceUpdateRequest, res *PerformDeviceUpdateResponse) error {
96 err := t.Impl.PerformDeviceUpdate(ctx, req, res)
97 util.GetLogger(ctx).Infof("PerformDeviceUpdate req=%+v res=%+v", js(req), js(res))

Callers

nothing calls this directly

Calls 3

InfofMethod · 0.80
jsFunction · 0.70
PerformLastSeenUpdateMethod · 0.65

Tested by

no test coverage detected