MCPcopy Index your code
hub / github.com/codeceptjs/CodeceptJS / installedLocally

Function installedLocally

lib/utils.js:78–80  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

76}
77
78export const installedLocally = function () {
79 return path.resolve(`${new URL(import.meta.url).pathname}/../../`).indexOf(process.cwd()) === 0
80}
81
82export const methodsOfObject = function (obj, className) {
83 const methods = []

Callers 3

checkHelperRequirementsFunction · 0.90
init.jsFile · 0.90
installFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected