MCPcopy Create free account
hub / github.com/GoMudEngine/GoMud / adminItemsRankArmor

Function adminItemsRankArmor

internal/web/admin_items.go:113–115  ·  view source on GitHub ↗
(w http.ResponseWriter, r *http.Request)

Source from the content-addressed store, hash-verified

111}
112
113func adminItemsRankArmor(w http.ResponseWriter, r *http.Request) {
114 serveAdminTemplate(w, r, "items-rank-armor.html", nil)
115}
116
117func adminBuffs(w http.ResponseWriter, r *http.Request) {
118 serveAdminTemplate(w, r, "buffs.html", nil)

Callers

nothing calls this directly

Calls 1

serveAdminTemplateFunction · 0.85

Tested by

no test coverage detected