Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/EsperoTech/yaade
/ getKey
Method
getKey
server/src/main/java/com/postman/collection/Item.java:350–354 ·
view source on GitHub ↗
@return String
()
Source
from the content-addressed store, hash-verified
348
* @
return
String
349
*/
350
@Override
351
public
String getKey() {
352
353
return
this.getName();
354
}
355
356
357
Callers
nothing calls this directly
Calls
1
getName
Method · 0.95
Tested by
no test coverage detected