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

Function project_info

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

Show project information.

(ctx)

Source from the content-addressed store, hash-verified

161@project.command("info")
162@click.pass_context
163def project_info(ctx):
164 """Show project information."""
165 p = _load_project(ctx)
166 _output(proj_mod.get_project_info(p), ctx.obj.get("as_json"))
167
168
169@project.command("set-source")

Callers

nothing calls this directly

Calls 2

_load_projectFunction · 0.85
_outputFunction · 0.85

Tested by

no test coverage detected