Method
pre
Returns the PRE value for the specified ID. @param id ID @param data data reference @return PRE value
(final int id, final Data data)
Source from the content-addressed store, hash-verified
| 58 | * @return PRE value |
| 59 | */ |
| 60 | protected int pre(final int id, final Data data) { |
| 61 | return data.pre(id); |
| 62 | } |
| 63 | } |
Tested by
no test coverage detected