MCPcopy Create free account
hub / github.com/internetarchive/openlibrary / GET

Method GET

openlibrary/plugins/upstream/code.py:111–112  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

109 path = "/_dev/components/HelloWorld"
110
111 def GET(self):
112 return render_component("HelloWorld") + render_component("HelloWorld")
113
114
115class library_explorer(delegate.page):

Callers

nothing calls this directly

Calls 1

render_componentFunction · 0.90

Tested by

no test coverage detected