Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ add_history_entry
Method
add_history_entry
crates/vm/src/readline.rs:45–47 ·
view source on GitHub ↗
(&mut self, _entry: &str)
Source
from the content-addressed store, hash-verified
43
}
44
45
pub fn add_history_entry(&mut self, _entry: &str) -> OtherResult<()> {
46
Ok(())
47
}
48
49
pub fn readline(&mut self, prompt: &str) -> ReadlineResult {
50
use std::io::prelude::*;
Callers
1
run_shell
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected