* \brief * Executes a function within the given context. * * This function provides a way to encapsulate a behaviour or action * that needs to be performed on a given element, `e`, when its proper * context is found. The element hierarchy is traversed until we find * the match for the element `e` at which point the function `f(ctx)` * is invoked. *
source not stored for this graph (policy: none)
nothing calls this directly
no outgoing calls
no test coverage detected