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

Function noOp

packages/analytics-plugin-simple-analytics/src/node.js:7–7  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

5const pluginName = 'simple-analytics'
6
7const noOp = () => console.log(`No ${pluginName} node implementation`)
8
9function simpleAnalyticsPlugin(userConfig) {
10 // Allow for userland overides of base methods

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected