Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
testApp
Method · 0.95
getEntry
Method · 0.95
postMedia
Method · 0.95
ingestFeed
Method · 0.95
ingestExternalFeed
Method · 0.95
ingestAggregateFeed
Method · 0.95
getMedia
Method · 0.95
addEntriesFromStorage
Method · 0.95
Calls
1
toEntryIdString
Method · 0.95
Tested by
1
testApp
Method · 0.76