Method
getKey
returns the value of the key property @return String
()
Source from the content-addressed store, hash-verified
| 77 | * @return String |
| 78 | */ |
| 79 | @Override |
| 80 | public String getKey() { |
| 81 | return key; |
| 82 | } |
| 83 | |
| 84 | |
| 85 | /** |
Tested by
no test coverage detected