MCPcopy Create free account
hub / github.com/SethGammon/Citadel / fetchView

Function fetchView

dashboard/app.js:69–73  ·  view source on GitHub ↗
(endpoint)

Source from the content-addressed store, hash-verified

67 operationFeedback,
68 forkComparisonLabel,
69 forkSelectionAllowed,
70};
71
72if (typeof document !== 'undefined') (() => {
73 const PANELS = {
74 overview: { title: 'Needs You', endpoint: '/api/overview', render: renderOverview },
75 campaigns: { title: 'Campaigns', endpoint: '/api/campaigns', render: renderCampaigns },
76 fleet: { title: 'Fleet', endpoint: '/api/fleet', render: renderFleet },

Callers 1

renderPanelFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected