Showing 1,971 of 13,422 total issues
Method executionContext._DateResultByChain_harmony
has 5 return statements (exceeds 4 allowed). Open
Open
func (ec *executionContext) _DateResultByChain_harmony(ctx context.Context, field graphql.CollectedField, obj *model.DateResultByChain) (ret graphql.Marshaler) {
fc, err := ec.fieldContext_DateResultByChain_harmony(ctx, field)
if err != nil {
return graphql.Null
}
Method executionContext._PartialMessageBusInfo_txnHash
has 5 return statements (exceeds 4 allowed). Open
Open
func (ec *executionContext) _PartialMessageBusInfo_txnHash(ctx context.Context, field graphql.CollectedField, obj *model.PartialMessageBusInfo) (ret graphql.Marshaler) {
fc, err := ec.fieldContext_PartialMessageBusInfo_txnHash(ctx, field)
if err != nil {
return graphql.Null
}
Method executionContext._VolumeByChainID_chainID
has 5 return statements (exceeds 4 allowed). Open
Open
func (ec *executionContext) _VolumeByChainID_chainID(ctx context.Context, field graphql.CollectedField, obj *model.VolumeByChainID) (ret graphql.Marshaler) {
fc, err := ec.fieldContext_VolumeByChainID_chainID(ctx, field)
if err != nil {
return graphql.Null
}
Method executionContext.___Directive_description
has 5 return statements (exceeds 4 allowed). Open
Open
func (ec *executionContext) ___Directive_description(ctx context.Context, field graphql.CollectedField, obj *introspection.Directive) (ret graphql.Marshaler) {
fc, err := ec.fieldContext___Directive_description(ctx, field)
if err != nil {
return graphql.Null
}
Method executionContext.___Schema_description
has 5 return statements (exceeds 4 allowed). Open
Open
func (ec *executionContext) ___Schema_description(ctx context.Context, field graphql.CollectedField, obj *introspection.Schema) (ret graphql.Marshaler) {
fc, err := ec.fieldContext___Schema_description(ctx, field)
if err != nil {
return graphql.Null
}
Function NewChain
has 5 return statements (exceeds 4 allowed). Open
Open
func NewChain(ctx context.Context, cfg relconfig.Config, chainClient client.EVM, chainListener listener.ContractListener, ts submitter.TransactionSubmitter) (*Chain, error) {
chainID, err := chainClient.ChainID(ctx)
if err != nil {
return nil, fmt.Errorf("could not get chain id: %w", err)
}
Method executionContext._AddressRanking_address
has 5 return statements (exceeds 4 allowed). Open
Open
func (ec *executionContext) _AddressRanking_address(ctx context.Context, field graphql.CollectedField, obj *model.AddressRanking) (ret graphql.Marshaler) {
fc, err := ec.fieldContext_AddressRanking_address(ctx, field)
if err != nil {
return graphql.Null
}
Method executionContext._BridgeWatcherTx_kappaStatus
has 5 return statements (exceeds 4 allowed). Open
Open
func (ec *executionContext) _BridgeWatcherTx_kappaStatus(ctx context.Context, field graphql.CollectedField, obj *model.BridgeWatcherTx) (ret graphql.Marshaler) {
fc, err := ec.fieldContext_BridgeWatcherTx_kappaStatus(ctx, field)
if err != nil {
return graphql.Null
}
Method executionContext._PetType_recipient
has 5 return statements (exceeds 4 allowed). Open
Open
func (ec *executionContext) _PetType_recipient(ctx context.Context, field graphql.CollectedField, obj *model.PetType) (ret graphql.Marshaler) {
fc, err := ec.fieldContext_PetType_recipient(ctx, field)
if err != nil {
return graphql.Null
}
Method executionContext._TokenCountResult_chainID
has 5 return statements (exceeds 4 allowed). Open
Open
func (ec *executionContext) _TokenCountResult_chainID(ctx context.Context, field graphql.CollectedField, obj *model.TokenCountResult) (ret graphql.Marshaler) {
fc, err := ec.fieldContext_TokenCountResult_chainID(ctx, field)
if err != nil {
return graphql.Null
}
Method executionContext._TokenCountResult_tokenAddress
has 5 return statements (exceeds 4 allowed). Open
Open
func (ec *executionContext) _TokenCountResult_tokenAddress(ctx context.Context, field graphql.CollectedField, obj *model.TokenCountResult) (ret graphql.Marshaler) {
fc, err := ec.fieldContext_TokenCountResult_tokenAddress(ctx, field)
if err != nil {
return graphql.Null
}
Method executionContext._UnknownType_known
has 5 return statements (exceeds 4 allowed). Open
Open
func (ec *executionContext) _UnknownType_known(ctx context.Context, field graphql.CollectedField, obj *model.UnknownType) (ret graphql.Marshaler) {
fc, err := ec.fieldContext_UnknownType_known(ctx, field)
if err != nil {
return graphql.Null
}
Method executionContext._ValueResult_value
has 5 return statements (exceeds 4 allowed). Open
Open
func (ec *executionContext) _ValueResult_value(ctx context.Context, field graphql.CollectedField, obj *model.ValueResult) (ret graphql.Marshaler) {
fc, err := ec.fieldContext_ValueResult_value(ctx, field)
if err != nil {
return graphql.Null
}
Method executionContext.___InputValue_name
has 5 return statements (exceeds 4 allowed). Open
Open
func (ec *executionContext) ___InputValue_name(ctx context.Context, field graphql.CollectedField, obj *introspection.InputValue) (ret graphql.Marshaler) {
fc, err := ec.fieldContext___InputValue_name(ctx, field)
if err != nil {
return graphql.Null
}
Method executionContext._BlockHeight_type
has 5 return statements (exceeds 4 allowed). Open
Open
func (ec *executionContext) _BlockHeight_type(ctx context.Context, field graphql.CollectedField, obj *model.BlockHeight) (ret graphql.Marshaler) {
fc, err := ec.fieldContext_BlockHeight_type(ctx, field)
if err != nil {
return graphql.Null
}
Method executionContext._BridgeWatcherTx_bridgeTx
has 5 return statements (exceeds 4 allowed). Open
Open
func (ec *executionContext) _BridgeWatcherTx_bridgeTx(ctx context.Context, field graphql.CollectedField, obj *model.BridgeWatcherTx) (ret graphql.Marshaler) {
fc, err := ec.fieldContext_BridgeWatcherTx_bridgeTx(ctx, field)
if err != nil {
return graphql.Null
}
Method executionContext._BridgeWatcherTx_kappa
has 5 return statements (exceeds 4 allowed). Open
Open
func (ec *executionContext) _BridgeWatcherTx_kappa(ctx context.Context, field graphql.CollectedField, obj *model.BridgeWatcherTx) (ret graphql.Marshaler) {
fc, err := ec.fieldContext_BridgeWatcherTx_kappa(ctx, field)
if err != nil {
return graphql.Null
}
Method executionContext._DateResultByChain_total
has 5 return statements (exceeds 4 allowed). Open
Open
func (ec *executionContext) _DateResultByChain_total(ctx context.Context, field graphql.CollectedField, obj *model.DateResultByChain) (ret graphql.Marshaler) {
fc, err := ec.fieldContext_DateResultByChain_total(ctx, field)
if err != nil {
return graphql.Null
}
Method executionContext._Leaderboard_txs
has 5 return statements (exceeds 4 allowed). Open
Open
func (ec *executionContext) _Leaderboard_txs(ctx context.Context, field graphql.CollectedField, obj *model.Leaderboard) (ret graphql.Marshaler) {
fc, err := ec.fieldContext_Leaderboard_txs(ctx, field)
if err != nil {
return graphql.Null
}
Method executionContext._PartialInfo_formattedTime
has 5 return statements (exceeds 4 allowed). Open
Open
func (ec *executionContext) _PartialInfo_formattedTime(ctx context.Context, field graphql.CollectedField, obj *model.PartialInfo) (ret graphql.Marshaler) {
fc, err := ec.fieldContext_PartialInfo_formattedTime(ctx, field)
if err != nil {
return graphql.Null
}