MCPcopy Create free account
hub / github.com/NatsUIJM/autoContents / apple_icon_precomposed

Function apple_icon_precomposed

app.py:30–31  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

28 return send_from_directory(app.static_folder, 'favicon.ico')
29
30@app.route('/apple-touch-icon-precomposed.png')
31def apple_icon_precomposed():
32 return send_from_directory(app.static_folder, 'apple-touch-icon-precomposed.png')
33
34@app.route('/apple-touch-icon.png')

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected