================ rvDebuggerScript::Reload Reload the contents of the script ================ */
| 127 | ================ |
| 128 | */ |
| 129 | bool rvDebuggerScript::Reload ( void ) |
| 130 | { |
| 131 | return Load ( mFilename ); |
| 132 | } |
| 133 | |
| 134 | /* |
| 135 | ================ |
no outgoing calls
no test coverage detected