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

Method InsertChainData

userapi/api/api_trace.go:48–50  ·  view source on GitHub ↗
(ctx context.Context, localpart string, servername string, chatFee string, mortgageFee string)

Source from the content-addressed store, hash-verified

46}
47
48func (t *UserInternalAPITrace) InsertChainData(ctx context.Context, localpart string, servername string, chatFee string, mortgageFee string) (err error) {
49 return t.Impl.InsertChainData(ctx, localpart, servername, chatFee, mortgageFee)
50}
51
52func (t *UserInternalAPITrace) SelectChainData(ctx context.Context, localpart string) (*types2.UserChainInfo, error) {
53 return t.Impl.SelectChainData(ctx, localpart)

Callers

nothing calls this directly

Calls 1

InsertChainDataMethod · 0.65

Tested by

no test coverage detected