MCPcopy
hub / github.com/opengeos/segment-geospatial / model_check

Function model_check

agent-harness/cli_anything/samgeo/samgeo_cli.py:245–248  ·  view source on GitHub ↗

Check if a model type is installed.

(ctx, model_type)

Source from the content-addressed store, hash-verified

243@click.argument("model_type")
244@click.pass_context
245def model_check(ctx, model_type):
246 """Check if a model type is installed."""
247 result = model_mod.check_model_available(model_type)
248 _output(result, ctx.obj.get("as_json"))
249
250
251# ---------------------------------------------------------------------------

Callers

nothing calls this directly

Calls 1

_outputFunction · 0.85

Tested by

no test coverage detected