dummy_child_func.RdA dummy child function that we will "hotfix" in tests
dummy_child_func(x)A character string with child output
# This function is called by dummy_parent_func
# It serves as an example of a function that can be hotpatched
result <- dummy_child_func("example")
print(result)
#> [1] "I am the BROKEN child. Input: example"