Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
659
def
_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
667
def
_build_capture_dict(
Callers
2
_capture_non_streaming
Function · 0.85
_capture_streaming
Function · 0.85
Calls
1
get
Method · 0.45
Tested by
no test coverage detected