MCPcopy
hub / github.com/codeceptjs/CodeceptJS / log

Method log

example-esm/helpers/CustomHelper.js:67–69  ·  view source on GitHub ↗
(message)

Source from the content-addressed store, hash-verified

65
66 // Utility methods
67 log(message) {
68 console.log(`[CustomHelper] ${message}`)
69 }
70
71 sleep(ms) {
72 return new Promise(resolve => setTimeout(resolve, ms))

Callers 15

defTypingsFunction · 0.80
docsPluginsFunction · 0.80
docsExternalHelpersFunction · 0.80
docsExternalPluginsFunction · 0.80
buildLibWithDocsFunction · 0.80
docsHelpersFunction · 0.80
releaseFunction · 0.80
versioningFunction · 0.80
getCommitLogFunction · 0.80
contributorFacesFunction · 0.80
getCurrentBetaVersionFunction · 0.80
publishNextBetaVersionFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected