Showing 1,971 of 13,422 total issues
Method executionContext._PartialMessageBusInfo_time
has 5 return statements (exceeds 4 allowed). Open
Open
func (ec *executionContext) _PartialMessageBusInfo_time(ctx context.Context, field graphql.CollectedField, obj *model.PartialMessageBusInfo) (ret graphql.Marshaler) {
fc, err := ec.fieldContext_PartialMessageBusInfo_time(ctx, field)
if err != nil {
return graphql.Null
}
Method executionContext._Query_bridgeTransactions
has 5 return statements (exceeds 4 allowed). Open
Open
func (ec *executionContext) _Query_bridgeTransactions(ctx context.Context, field graphql.CollectedField) (ret graphql.Marshaler) {
fc, err := ec.fieldContext_Query_bridgeTransactions(ctx, field)
if err != nil {
return graphql.Null
}
Method executionContext._Query_dailyStatisticsByChain
has 5 return statements (exceeds 4 allowed). Open
Open
func (ec *executionContext) _Query_dailyStatisticsByChain(ctx context.Context, field graphql.CollectedField) (ret graphql.Marshaler) {
fc, err := ec.fieldContext_Query_dailyStatisticsByChain(ctx, field)
if err != nil {
return graphql.Null
}
Method executionContext._TearType_amount
has 5 return statements (exceeds 4 allowed). Open
Open
func (ec *executionContext) _TearType_amount(ctx context.Context, field graphql.CollectedField, obj *model.TearType) (ret graphql.Marshaler) {
fc, err := ec.fieldContext_TearType_amount(ctx, field)
if err != nil {
return graphql.Null
}
Method executionContext._TransactionCountResult_chainID
has 5 return statements (exceeds 4 allowed). Open
Open
func (ec *executionContext) _TransactionCountResult_chainID(ctx context.Context, field graphql.CollectedField, obj *model.TransactionCountResult) (ret graphql.Marshaler) {
fc, err := ec.fieldContext_TransactionCountResult_chainID(ctx, field)
if err != nil {
return graphql.Null
}
Method executionContext.___Type_fields
has 5 return statements (exceeds 4 allowed). Open
Open
func (ec *executionContext) ___Type_fields(ctx context.Context, field graphql.CollectedField, obj *introspection.Type) (ret graphql.Marshaler) {
fc, err := ec.fieldContext___Type_fields(ctx, field)
if err != nil {
return graphql.Null
}
Method ChainBackfiller.Backfill
has 5 return statements (exceeds 4 allowed). Open
Open
func (c *ChainBackfiller) Backfill(ctx context.Context, livefill bool, refreshRate int) (err error) {
chainCtx := context.WithValue(ctx, chainKey, fmt.Sprintf("%d", c.chainConfig.ChainID))
contractsGroup, contractCtx := errgroup.WithContext(chainCtx)
if !livefill {
Method executionContext._Log_topics
has 5 return statements (exceeds 4 allowed). Open
Open
func (ec *executionContext) _Log_topics(ctx context.Context, field graphql.CollectedField, obj *model.Log) (ret graphql.Marshaler) {
fc, err := ec.fieldContext_Log_topics(ctx, field)
if err != nil {
return graphql.Null
}
Method executionContext._Query_blockTime
has 5 return statements (exceeds 4 allowed). Open
Open
func (ec *executionContext) _Query_blockTime(ctx context.Context, field graphql.CollectedField) (ret graphql.Marshaler) {
fc, err := ec.fieldContext_Query_blockTime(ctx, field)
if err != nil {
return graphql.Null
}
Method executionContext._Query_receiptCount
has 5 return statements (exceeds 4 allowed). Open
Open
func (ec *executionContext) _Query_receiptCount(ctx context.Context, field graphql.CollectedField) (ret graphql.Marshaler) {
fc, err := ec.fieldContext_Query_receiptCount(ctx, field)
if err != nil {
return graphql.Null
}
Method executionContext._Query_receiptsAtHeadRange
has 5 return statements (exceeds 4 allowed). Open
Open
func (ec *executionContext) _Query_receiptsAtHeadRange(ctx context.Context, field graphql.CollectedField) (ret graphql.Marshaler) {
fc, err := ec.fieldContext_Query_receiptsAtHeadRange(ctx, field)
if err != nil {
return graphql.Null
}
Method executionContext._Query___type
has 5 return statements (exceeds 4 allowed). Open
Open
func (ec *executionContext) _Query___type(ctx context.Context, field graphql.CollectedField) (ret graphql.Marshaler) {
fc, err := ec.fieldContext_Query___type(ctx, field)
if err != nil {
return graphql.Null
}
Method executionContext._Log_index
has 5 return statements (exceeds 4 allowed). Open
Open
func (ec *executionContext) _Log_index(ctx context.Context, field graphql.CollectedField, obj *model.Log) (ret graphql.Marshaler) {
fc, err := ec.fieldContext_Log_index(ctx, field)
if err != nil {
return graphql.Null
}
Method executionContext._Transaction_gas_fee_cap
has 5 return statements (exceeds 4 allowed). Open
Open
func (ec *executionContext) _Transaction_gas_fee_cap(ctx context.Context, field graphql.CollectedField, obj *model.Transaction) (ret graphql.Marshaler) {
fc, err := ec.fieldContext_Transaction_gas_fee_cap(ctx, field)
if err != nil {
return graphql.Null
}
Method executionContext._BlockTime_chain_id
has 5 return statements (exceeds 4 allowed). Open
Open
func (ec *executionContext) _BlockTime_chain_id(ctx context.Context, field graphql.CollectedField, obj *model.BlockTime) (ret graphql.Marshaler) {
fc, err := ec.fieldContext_BlockTime_chain_id(ctx, field)
if err != nil {
return graphql.Null
}
Method executionContext._Receipt_bloom
has 5 return statements (exceeds 4 allowed). Open
Open
func (ec *executionContext) _Receipt_bloom(ctx context.Context, field graphql.CollectedField, obj *model.Receipt) (ret graphql.Marshaler) {
fc, err := ec.fieldContext_Receipt_bloom(ctx, field)
if err != nil {
return graphql.Null
}
Method executionContext._Receipt_logs
has 5 return statements (exceeds 4 allowed). Open
Open
func (ec *executionContext) _Receipt_logs(ctx context.Context, field graphql.CollectedField, obj *model.Receipt) (ret graphql.Marshaler) {
fc, err := ec.fieldContext_Receipt_logs(ctx, field)
if err != nil {
return graphql.Null
}
Method executionContext._Log_block_number
has 5 return statements (exceeds 4 allowed). Open
Open
func (ec *executionContext) _Log_block_number(ctx context.Context, field graphql.CollectedField, obj *model.Log) (ret graphql.Marshaler) {
fc, err := ec.fieldContext_Log_block_number(ctx, field)
if err != nil {
return graphql.Null
}
Method executionContext._Receipt_post_state
has 5 return statements (exceeds 4 allowed). Open
Open
func (ec *executionContext) _Receipt_post_state(ctx context.Context, field graphql.CollectedField, obj *model.Receipt) (ret graphql.Marshaler) {
fc, err := ec.fieldContext_Receipt_post_state(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
}