Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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_shell
Function · 0.80
Calls
2
exists
Method · 0.45
parent
Method · 0.45
Tested by
no test coverage detected