MCPcopy Create free account
hub / github.com/Luce-Org/lucebox-hub / parse_args

Function parse_args

server/scripts/test_server_prefix_cache.py:26–30  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

24
25
26def parse_args():
27 ap = argparse.ArgumentParser(description="Prefix cache integration test")
28 ap.add_argument("--url", type=str, default=None,
29 help="Base URL of a running dflash_server (skips spawn)")
30 return ap.parse_args()
31
32
33def spawn_server():

Callers 1

mainFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected