MCPcopy Index your code
hub / github.com/mongodb/mongo-python-driver / _is_faas

Function _is_faas

pymongo/pool_options.py:146–147  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

144
145
146def _is_faas() -> bool:
147 return _is_lambda() or _is_azure_func() or _is_gcp_func() or _is_vercel()
148
149
150def _getenv_int(key: str) -> Optional[int]:

Callers 6

__init__Method · 0.90
__init__Method · 0.90
_resolve_srvMethod · 0.90
__init__Method · 0.90
__init__Method · 0.90
_resolve_srvMethod · 0.90

Calls 4

_is_lambdaFunction · 0.85
_is_azure_funcFunction · 0.85
_is_gcp_funcFunction · 0.85
_is_vercelFunction · 0.85

Tested by

no test coverage detected