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

Method toEntryUrn

src/main/java/com/trsst/Common.java:274–277  ·  view source on GitHub ↗
(String feedId, long entryId)

Source from the content-addressed store, hash-verified

272 }
273
274 public static final String toEntryUrn(String feedId, long entryId) {
275 return ENTRY_URN_PREFIX + feedId + URN_SEPARATOR
276 + Long.toHexString(entryId);
277 }
278
279 public static final String fromFeedUrn(Object feedUrn) {
280 if (feedUrn != null) {

Callers 4

postMethod · 0.95
ingestExternalFeedMethod · 0.95
convertFromRSSMethod · 0.95
deleteEntryMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected