MCPcopy Create free account
hub / github.com/devforth/painterro / get_file

Function get_file

example/server.py:63–64  ·  view source on GitHub ↗
(filename)

Source from the content-addressed store, hash-verified

61
62@app.route('/image/<path:filename>')
63def get_file(filename):
64 return send_from_directory(get_tmp_dir(), filename)
65
66print("""
67====================================================================

Callers

nothing calls this directly

Calls 1

get_tmp_dirFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…