Home
last modified time | relevance | path

Searched refs:historyJson (Results 1 – 2 of 2) sorted by relevance

/dports/devel/RStudio/rstudio-2021.09.1-372/src/cpp/session/modules/
H A DSessionHistory.cpp165 json::Object historyJson; in getRecentHistory() local
166 historyRangeAsJson(startIndex, endIndex, &historyJson); in getRecentHistory()
167 pResponse->setResult(historyJson); in getRecentHistory()
182 json::Object historyJson; in getHistoryItems() local
183 historyRangeAsJson(startIndex, endIndex, &historyJson); in getHistoryItems()
184 pResponse->setResult(historyJson); in getHistoryItems()
190 json::Array historyJson; in enqueConsoleResetHistoryEvent() local
191 r::session::consoleHistory().asJson(&historyJson); in enqueConsoleResetHistoryEvent()
193 resetJson["history"] = historyJson; in enqueConsoleResetHistoryEvent()
/dports/devel/RStudio/rstudio-2021.09.1-372/src/cpp/session/
H A DSessionMain.cpp936 json::Array historyJson; in rConsoleHistoryReset() local
937 rstudio::r::session::consoleHistory().asJson(&historyJson); in rConsoleHistoryReset()
939 resetJson["history"] = historyJson; in rConsoleHistoryReset()