MCPcopy Index your code
hub / github.com/nodejs/node / getErrorMessage

Function getErrorMessage

lib/internal/assert/assertion_error.js:90–92  ·  view source on GitHub ↗
(operator, message)

Source from the content-addressed store, hash-verified

88}
89
90function getErrorMessage(operator, message) {
91 return message || kReadableOperator[operator];
92}
93
94function checkOperator(actual, expected, operator) {
95 // In case both values are objects or functions explicitly mark them as not

Callers 1

createErrDiffFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…