MCPcopy Index your code
hub / github.com/remoteinterview/zero / resolve

Function resolve

packages/builder-react/bundler/mdx-helmet-patch.js:11–15  ·  view source on GitHub ↗
(module)

Source from the content-addressed store, hash-verified

9 path = require("path");
10
11function resolve(module) {
12 return require.resolve(
13 path.join(process.env.PROJECTPATH, "node_modules", module)
14 );
15}
16function applyMod() {
17 if (!global.reactHelmetModApplied) {
18 global.reactHelmetModApplied = true;

Callers 15

bundleNodeFunction · 0.85
applyHelmetModFunction · 0.85
applyMDXModFunction · 0.85
handler.jsFile · 0.85
firstrun.jsFile · 0.85
handler.jsFile · 0.85
installPip.jsFile · 0.85
getPipExeFunction · 0.85
getPipInstallerFunction · 0.85
builderFunction · 0.85
server.jsFile · 0.85
runYarnFunction · 0.85

Calls 1

resolveMethod · 0.80

Tested by

no test coverage detected