Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cypress-io/github-action
/ useNpm
Function
useNpm
index.js:107–107 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
105
const
useYarn = () => fs.existsSync(yarnFilename)
106
const
usePnpm = () => fs.existsSync(pnpmLockFilename)
107
const
useNpm = () => fs.existsSync(packageLockFilename)
108
109
const
lockHash = () => {
110
const
lockFilename = useYarn()
Callers
1
lockHash
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected