MCPcopy Index your code
hub / github.com/GoogleCloudPlatform/functions-framework-python / _write_output

Function _write_output

tests/conformance/main.py:25–27  ·  view source on GitHub ↗
(content)

Source from the content-addressed store, hash-verified

23
24
25def _write_output(content):
26 with open(filename, "w") as f:
27 f.write(content)
28
29
30def write_http(request):

Callers 5

write_httpFunction · 0.70
write_legacy_eventFunction · 0.70
write_cloud_eventFunction · 0.70
write_http_declarativeFunction · 0.70

Calls 1

writeMethod · 0.45

Tested by

no test coverage detected