MCPcopy
hub / github.com/motdotla/dotenv / _getRandomTip

Function _getRandomTip

lib/main.js:19–21  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

17
18// Get a random tip from the tips array
19function _getRandomTip () {
20 return TIPS[Math.floor(Math.random() * TIPS.length)]
21}
22
23function parseBoolean (value) {
24 if (typeof value === 'string') {

Callers 1

configDotenvFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…