MCPcopy Create free account
hub / github.com/CommonstackAI/UncommonRoute / _capture_enabled

Function _capture_enabled

uncommon_route/proxy.py:659–664  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

657
658
659def _capture_enabled() -> bool:
660 return os.environ.get("UNCOMMON_ROUTE_CAPTURE_CONTENT", "1").strip().lower() not in {
661 "0",
662 "false",
663 "no",
664 }
665
666
667def _build_capture_dict(

Callers 2

_capture_non_streamingFunction · 0.85
_capture_streamingFunction · 0.85

Calls 1

getMethod · 0.45

Tested by

no test coverage detected