Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Export mold_recipe_default_process() #262

Open
dajmcdon opened this issue Sep 30, 2024 · 0 comments
Open

Export mold_recipe_default_process() #262

dajmcdon opened this issue Sep 30, 2024 · 0 comments

Comments

@dajmcdon
Copy link

Would it be possible to export this function?

mold_recipe_default_process <- function(blueprint, data) {

Context: if you want to subclass new_blueprint() or (as in my case, only new_default_recipe_blueprint()) you need to provide methods for run_mold() and run_forge(). It would be nice to reuse the components from the default version where possible. I can imagine that other cases or other users may want more of these exported (e.g. mold_xy_default_process()), but this is the only one that would help my use case.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant