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

Function adminItemsAttackMessages

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

Source from the content-addressed store, hash-verified

103}
104
105func adminItemsAttackMessages(w http.ResponseWriter, r *http.Request) {
106 serveAdminTemplate(w, r, "items-attack-messages.html", nil)
107}
108
109func adminItemsAttackMessagesAPI(w http.ResponseWriter, r *http.Request) {
110 serveAdminTemplate(w, r, "items-attack-messages-api.html", nil)

Callers

nothing calls this directly

Calls 1

serveAdminTemplateFunction · 0.85

Tested by

no test coverage detected