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

Function reload

openlibrary/plugins/upstream/code.py:241–244  ·  view source on GitHub ↗

Reload all.css and all.js

()

Source from the content-addressed store, hash-verified

239
240
241def reload():
242 """Reload all.css and all.js"""
243 all_css().reload()
244 all_js().reload()
245
246
247def user_can_revert_records():

Callers

nothing calls this directly

Calls 1

reloadMethod · 0.45

Tested by

no test coverage detected