MCPcopy
hub / github.com/postmanlabs/httpbin / view_uuid

Function view_uuid

httpbin/core.py:168–171  ·  view source on GitHub ↗

Returns a UUID.

()

Source from the content-addressed store, hash-verified

166
167@app.route('/uuid')
168def view_uuid():
169 """Returns a UUID."""
170
171 return jsonify(uuid=str(uuid.uuid4()))
172
173
174@app.route('/headers')

Callers

nothing calls this directly

Calls 1

jsonifyFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…