Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/Famous/engine
/ log
Function
log
scripts/test.js:13–15 ·
view source on GitHub ↗
(message)
Source
from the content-addressed store, hash-verified
11
var
failed = 0;
12
13
function
log (message) {
14
console.log(characterStack.join(
' '
) + message);
15
}
16
17
function
logCharacterStack () {
18
console.log(characterStack.join(
' '
));
Callers
2
handleAssertion
Function · 0.85
test.js
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected