MCPcopy Create free account
hub / github.com/BLAST-WarpX/warpx / IsPythonCallbackInstalled

Function IsPythonCallbackInstalled

Source/Python/callbacks.cpp:23–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21}
22
23bool 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
29void ExecutePythonCallback ( const std::string& name )

Callers 3

ExecutePythonCallbackFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected