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

Method SelectChainData

userapi/api/api_trace.go:52–54  ·  view source on GitHub ↗
(ctx context.Context, localpart string)

Source from the content-addressed store, hash-verified

50}
51
52func (t *UserInternalAPITrace) SelectChainData(ctx context.Context, localpart string) (*types2.UserChainInfo, error) {
53 return t.Impl.SelectChainData(ctx, localpart)
54}
55
56func (t *UserInternalAPITrace) AddTelNumbers(ctx context.Context, localpart string, telNums []int64) (err error) {
57 return t.Impl.AddTelNumbers(ctx, localpart, telNums)

Callers

nothing calls this directly

Calls 1

SelectChainDataMethod · 0.65

Tested by

no test coverage detected