Function
do_navigate_command_and_param
(mathml: Element, command: NavigationCommand, param: NavigationParam)
Source from the content-addressed store, hash-verified
| 319 | } |
| 320 | |
| 321 | fn do_navigate_command_and_param(mathml: Element, command: NavigationCommand, param: NavigationParam) -> Result<String> { |
| 322 | return do_navigate_command_string(mathml, navigation_command_string(command, param)); |
| 323 | } |
| 324 | |
| 325 | pub fn do_navigate_command_string(mathml: Element, nav_command: &'static str) -> Result<String> { |
| 326 | // first check to see if nav file has been changed -- don't bother checking in loop below |