Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/mongodb/mongo-python-driver
/ _is_vercel
Function
_is_vercel
pymongo/pool_options.py:142–143 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
140
141
142
def
_is_vercel() -> bool:
143
return
bool(os.getenv(
"VERCEL"
))
144
145
146
def
_is_faas() -> bool:
Callers
2
_is_faas
Function · 0.85
_metadata_env
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected