MCPcopy Index your code
hub / github.com/Famous/engine / logCharacterStack

Function logCharacterStack

scripts/test.js:17–19  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

15}
16
17function logCharacterStack () {
18 console.log(characterStack.join(' '));
19}
20
21function pushCharacterStack () {
22 characterStack.push('\\'.cyan);

Callers 3

pushCharacterStackFunction · 0.85
popCharacterStackFunction · 0.85
test.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected