MCPcopy
hub / github.com/lowlighter/metrics / warnings

Function warnings

source/app/web/statics/insights/script.js:173–175  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

171 return new URLSearchParams({from: location.href})
172 },
173 warnings() {
174 return Object.entries(this.metrics?.rendered.plugins ?? {}).map(([_, value]) => value?.error).filter(value => value)
175 },
176 stats() {
177 return this.metrics?.rendered.user ?? null
178 },

Callers

nothing calls this directly

Calls 1

filterMethod · 0.80

Tested by

no test coverage detected