MCPcopy Create free account
hub / github.com/TrsstProject/trsst / toEntryId

Method toEntryId

src/main/java/com/trsst/Common.java:258–260  ·  view source on GitHub ↗
(Object entryUrn)

Source from the content-addressed store, hash-verified

256 }
257
258 public static final long toEntryId(Object entryUrn) {
259 return Long.parseLong(toEntryIdString(entryUrn), 16);
260 }
261
262 public static final long generateEntryId() {
263 try {

Callers 8

testAppMethod · 0.95
getEntryMethod · 0.95
postMediaMethod · 0.95
ingestFeedMethod · 0.95
ingestExternalFeedMethod · 0.95
ingestAggregateFeedMethod · 0.95
getMediaMethod · 0.95
addEntriesFromStorageMethod · 0.95

Calls 1

toEntryIdStringMethod · 0.95

Tested by 1

testAppMethod · 0.76