wireup icon indicating copy to clipboard operation
wireup copied to clipboard

Simplify initialize_container

Open maldoinc opened this issue 1 year ago • 0 comments

  • initialize_container takes a parameters arg, so there's no need to separately update container.params.
  • dependency_container is optional and will recreate the container on every call` so that the function becomes idempotent if used this way.

maldoinc avatar Aug 11 '24 20:08 maldoinc