MCPcopy
hub / github.com/webpack/webpack / test

Function test

test/Errors.test.js:73–75  ·  view source on GitHub ↗
(/** @type {unknown} */ val)

Source from the content-addressed store, hash-verified

71 plugins: [
72 {
73 test(/** @type {unknown} */ val) {
74 return typeof val === "string";
75 },
76 print(/** @type {string} */ val) {
77 return `"${val
78 .replace(/\\/g, "/")

Callers 6

matchPartFunction · 0.50
checkTestFunction · 0.50
checkModuleTypeFunction · 0.50
checkModuleLayerFunction · 0.50
applyMethod · 0.50
checkTestFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected