Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ load_history
Method
load_history
crates/vm/src/readline.rs:37–39 ·
view source on GitHub ↗
(&mut self, _path: &Path)
Source
from the content-addressed store, hash-verified
35
}
36
37
pub fn load_history(&mut self, _path: &Path) -> OtherResult<()> {
38
Ok(())
39
}
40
41
pub fn save_history(&mut self, _path: &Path) -> OtherResult<()> {
42
Ok(())
Callers
1
run_shell
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected