Creates a new instance of Key. @param debugString a string used to describe the key, used for debugging. @param Key type @return a new instance of Key
(String debugString)
| 733 | * @return a new instance of Key |
| 734 | */ |
| 735 | public static <T> Key<T> create(String debugString) { |
| 736 | return new Key<>(debugString); |
| 737 | } |
| 738 | } |
| 739 | } |
| 740 |
nothing calls this directly
no outgoing calls
no test coverage detected