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

Function _is_gcp_func

pymongo/pool_options.py:138–139  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

136
137
138def _is_gcp_func() -> bool:
139 return bool(os.getenv("K_SERVICE") or os.getenv("FUNCTION_NAME"))
140
141
142def _is_vercel() -> bool:

Callers 2

_is_faasFunction · 0.85
_metadata_envFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected