MCPcopy Create free account
hub / github.com/DavidWells/analytics / removeMethod

Function removeMethod

scripts/docs.js:355–357  ·  view source on GitHub ↗
(name)

Source from the content-addressed store, hash-verified

353
354const removeList = ['NAMESPACE', 'name', 'config', 'loaded', 'initialize']
355function removeMethod(name) {
356 return !removeList.includes(name)
357}
358
359function sortUsageExamples(a, b) {
360 if (a.order < b.order) return -1

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected