addEntryTextChunkedWithResult

fun addEntryTextChunkedWithResult(text: String, author: String, timestamp: Long, maxChunkLength: Int): List<LoreStorage.LoreEntry>(source)

Adds a long text as multiple chunked entries and returns the created entries.