MCPcopy 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

11var failed = 0;
12
13function log (message) {
14 console.log(characterStack.join(' ') + message);
15}
16
17function logCharacterStack () {
18 console.log(characterStack.join(' '));

Callers 2

handleAssertionFunction · 0.85
test.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected