MCPcopy Index your code
hub / github.com/sdv-dev/SDV / minimum

Function minimum

tasks.py:98–102  ·  view source on GitHub ↗
(c)

Source from the content-addressed store, hash-verified

96
97@task
98def minimum(c):
99 install_minimum(c)
100 check_dependencies(c)
101 unit(c)
102 integration(c)
103
104
105@task

Callers

nothing calls this directly

Calls 4

install_minimumFunction · 0.85
check_dependenciesFunction · 0.85
unitFunction · 0.85
integrationFunction · 0.85

Tested by

no test coverage detected