MCPcopy
hub / github.com/budtmo/docker-android / share

Function share

cli/src/app.py:204–209  ·  view source on GitHub ↗
(component)

Source from the content-addressed store, hash-verified

202@cli.command()
203@click.argument("component", type=click.Choice([component.value for component in SharedComponent]))
204def share(component):
205 selected_component = str(component).lower()
206 if selected_component == SharedComponent.LOG.value.lower():
207 shared_log()
208 else:
209 logger.error(f"component '{component}' is not supported!")
210
211
212if __name__ == '__main__':

Callers

nothing calls this directly

Calls 1

shared_logFunction · 0.85

Tested by

no test coverage detected