MCPcopy Index your code
hub / github.com/caolan/nodeunit / error

Function error

lib/reporters/nested.js:43–45  ·  view source on GitHub ↗
(str)

Source from the content-addressed store, hash-verified

41 }
42
43 var error = function (str) {
44 return options.error_prefix + str + options.error_suffix;
45 };
46 var ok = function (str) {
47 return options.ok_prefix + str + options.ok_suffix;
48 };

Callers 2

nested.jsFile · 0.70
fail_textFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…