()
| 121 | } |
| 122 | |
| 123 | func (m *Predicate) GetQuorum() int32 { |
| 124 | if m != nil { |
| 125 | return m.Quorum |
| 126 | } |
| 127 | return 0 |
| 128 | } |
| 129 | |
| 130 | func (m *Predicate) GetPubkeys() [][]byte { |
| 131 | if m != nil { |
nothing calls this directly
no outgoing calls
no test coverage detected