Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
Indexed
MCP
copy
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.js
File · 0.70
fail_text
Function · 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…