Skip to main content

parse_chat_meta

Function parse_chat_meta 

Source
pub fn parse_chat_meta(json: &str, session_id: String) -> Result<CursorSession>
Expand description

Parse Cursor chat meta.json into a session.

ยงErrors

Returns an error when the JSON is invalid, cwd is empty, or a timestamp is out of range.