Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SiddhantSilwal/RaspberryPi-GPIO-Web-Controller
/ graph
Function
graph
AppData/app.py:171–172 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
169
170
@app.route(
'/graph'
)
171
def
graph():
172
return
render_template(
'graph.html'
)
173
174
@app.route(
'/api/pins'
, methods=[
'GET'
])
175
def
get_pins():
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected