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

Method readEntry

src/main/java/com/trsst/server/Storage.java:261–261  ·  view source on GitHub ↗

Returns the contents of a signed entry element for the specified feed which was previously passed to updateFeedEntry. @param feedId the specified feed. @param entryId the desired entry for the specified feed. @return a signed entry element. @throws FileNotFoundException

(String feedId, long entryId)

Source from the content-addressed store, hash-verified

259 * if a error occurs obtaining the entry data.
260 */
261 String readEntry(String feedId, long entryId) throws FileNotFoundException,
262 IOException;
263
264 /**

Callers 6

readEntryMethod · 0.65
readEntryMethod · 0.65
getEntryMethod · 0.65
ingestFeedMethod · 0.65
ingestExternalFeedMethod · 0.65
ingestAggregateFeedMethod · 0.65

Implementers 3

LuceneStoragesrc/main/java/com/trsst/server/LuceneS
FileStoragesrc/main/java/com/trsst/server/FileSto
CachingStoragesrc/main/java/com/trsst/server/Caching

Calls

no outgoing calls

Tested by

no test coverage detected