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

Function base64_page

example/server.py:22–26  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

20
21@app.route("/")
22def base64_page():
23 files = reversed(
24 sorted(
25 [f for f in os.listdir(get_tmp_dir()) if f.endswith('png')]))
26 return render_template('paste_as_base64.html', files=files)
27
28
29@app.route("/bin/")

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…