| 21 | } |
| 22 | |
| 23 | bool IsPythonCallbackInstalled ( const std::string& name ) |
| 24 | { |
| 25 | return (warpx_callback_py_map.count(name) == 1u); |
| 26 | } |
| 27 | |
| 28 | // Execute Python callbacks of the type given by the input string |
| 29 | void ExecutePythonCallback ( const std::string& name ) |
no outgoing calls
no test coverage detected