| 121 | inline void G4VUIshell::SetPrompt(const G4String& prompt) { promptSetting = prompt; } |
| 122 | |
| 123 | inline void G4VUIshell::SetCurrentDirectory(const G4String& dir) { currentCommandDir = dir; } |
| 124 | |
| 125 | inline void G4VUIshell::SetLsColor(TermColorIndex, TermColorIndex) {} |
| 126 |
no outgoing calls
no test coverage detected