MCPcopy Create free account
hub / github.com/ScriptedAlchemy/tracedecay / set_parse_offset

Method set_parse_offset

src/global_db.rs:3903–3905  ·  view source on GitHub ↗

Saves the parse cursor for a transcript path. Best-effort.

(&self, path: &str, offset: ParseOffset)

Source from the content-addressed store, hash-verified

3901
3902 /// Saves the parse cursor for a transcript path. Best-effort.
3903 pub async fn set_parse_offset(&self, path: &str, offset: ParseOffset) {
3904 let _ = self.set_parse_offset_in_existing_tx(path, offset).await;
3905 }
3906
3907 async fn set_parse_offset_in_existing_tx(&self, path: &str, offset: ParseOffset) -> bool {
3908 if self

Calls 1

Tested by

no test coverage detected