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

Function openBrowser

scripts/dashboard-server.js:416–421  ·  view source on GitHub ↗
(urlString)

Source from the content-addressed store, hash-verified

414 for (const problem of snapshot.problems || []) {
415 if (problem.actionable) {
416 items.push({
417 kind: 'problem',
418 severity: problem.severity || 'warn',
419 title: problem.description || problem.category,
420 detail: `${problem.hook || 'harness'} · ${problem.category}`,
421 age: problem.relative || 'unknown',
422 evidence: null,
423 });
424 }

Callers 1

mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected