()
| 339 | } |
| 340 | |
| 341 | func (scm *SetCheckpointMessage) rev() string { |
| 342 | return scm.Properties[SetCheckpointRev] |
| 343 | } |
| 344 | |
| 345 | func (scm *SetCheckpointMessage) SetRev(rev string) { |
| 346 | scm.Properties[SetCheckpointRev] = rev |
no outgoing calls
no test coverage detected