MCPcopy Index your code
hub / github.com/RustPython/RustPython / save_history

Method save_history

crates/vm/src/readline.rs:41–43  ·  view source on GitHub ↗
(&mut self, _path: &Path)

Source from the content-addressed store, hash-verified

39 }
40
41 pub fn save_history(&mut self, _path: &Path) -> OtherResult<()> {
42 Ok(())
43 }
44
45 pub fn add_history_entry(&mut self, _entry: &str) -> OtherResult<()> {
46 Ok(())

Callers 1

run_shellFunction · 0.80

Calls 2

existsMethod · 0.45
parentMethod · 0.45

Tested by

no test coverage detected