Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/ember-cli/ember-cli
/ hasYarnLock
Method
hasYarnLock
lib/tasks/npm-task.js:46–48 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
44
}
45
46
hasYarnLock() {
47
return
isYarnProject(this.project.root);
48
}
49
50
hasPNPMLock() {
51
return
isPnpmProject(this.project.root);
Callers
2
findPackageManager
Method · 0.95
npm-task-test.js
File · 0.80
Calls
1
isYarnProject
Function · 0.85
Tested by
no test coverage detected