static ItIt gazelle_revisitAllLinesInChannel(long channelID, F0 contextMaker, O... _) { L lines = dm_discord_linesInChannel(channelID); new LS preContext; ItIt it = mapI(lines, line -> nu GazelleRevisitedLine(+line, tree := dm_gazelle_reasonAboutChatInput_v2( line.user, line.text, paramsPlus(_, ctx := contextMaker!, +preContext))); if (boolPar nemptyOnly(_)) it = filterIterator(it, func(GazelleRevisitedLine l) -> bool { nempty(l.tree) }); ret it; }