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

Function three

packages/analytics-core/tests/plugins-methods.test.js:32–35  ·  view source on GitHub ↗
(one, two, three)

Source from the content-addressed store, hash-verified

30 instanceTestTwo = instance
31 },
32 async three(one, two, three) {
33 argsToPass = [ one, two, three ]
34 return Promise.resolve('wooo')
35 },
36 four: async (one, two, three) => {
37 return Promise.resolve('hooray')
38 },

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected