()
| 2571 | } |
| 2572 | |
| 2573 | func (m *KVS) GetDone() bool { |
| 2574 | if m != nil { |
| 2575 | return m.Done |
| 2576 | } |
| 2577 | return false |
| 2578 | } |
| 2579 | |
| 2580 | func (m *KVS) GetPredicates() []string { |
| 2581 | if m != nil { |
nothing calls this directly
no outgoing calls
no test coverage detected