github
0 of 269 new or added lines in 2 files covered. (0.0%)
1964 of 3021 relevant lines covered (65.01%)
828.13 hits per line
1 |
//go:generate go run gen.go
|
|
2 |
|
|
3 |
package fourbyte
|
|
4 |
|
|
5 |
import "github.com/lmittmann/w3" |
|
6 |
|
|
NEW
|
func Function(sig [4]byte) *w3.Func { |
× |
NEW
|
return functions[sig]
|
× |
NEW
|
} |
× |
10 |
|
|
NEW
|
func Event(topic0 [32]byte) *w3.Event { |
× |
NEW
|
return events[topic0]
|
× |
NEW
|
} |
× |