MCPcopy Index your code
hub / github.com/writefreely/writefreely / NewAdminPage

Function NewAdminPage

admin.go:98–104  ·  view source on GitHub ↗
(app *App)

Source from the content-addressed store, hash-verified

96}
97
98func NewAdminPage(app *App) *AdminPage {
99 ap := &AdminPage{}
100 if app.updates != nil {
101 ap.UpdateAvailable = app.updates.AreAvailableNoCheck()
102 }
103 return ap
104}
105
106func (c instanceContent) UpdatedFriendly() template.HTML {
107 /*

Callers 8

handleViewAdminDashFunction · 0.85
handleViewAdminMonitorFunction · 0.85
handleViewAdminSettingsFunction · 0.85
handleViewAdminUsersFunction · 0.85
handleViewAdminUserFunction · 0.85
handleViewAdminPagesFunction · 0.85
handleViewAdminPageFunction · 0.85
handleViewAdminUpdatesFunction · 0.85

Calls 1

AreAvailableNoCheckMethod · 0.80

Tested by

no test coverage detected