Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/webpack/webpack
/ isAbsolute
Function
isAbsolute
lib/util/fs.js:739–739 ·
view source on GitHub ↗
(pathname)
Source
from the content-addressed store, hash-verified
737
* @returns {boolean} is absolute
738
*/
739
const
isAbsolute = (pathname) => ABSOLUTE_PATH_REGEXP.test(pathname);
740
741
module.exports.dirname = dirname;
742
module.exports.isAbsolute = isAbsolute;
Callers
5
resolveBuildDependencies
Method · 0.85
getAbsolutePath
Function · 0.85
isURL
Function · 0.85
fetchFromURL
Function · 0.85
apply
Method · 0.85
Calls
1
test
Method · 0.45
Tested by
no test coverage detected