Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
17
function
logCharacterStack () {
18
console.log(characterStack.join(
' '
));
19
}
20
21
function
pushCharacterStack () {
22
characterStack.push(
'\\'
.cyan);
Callers
3
pushCharacterStack
Function · 0.85
popCharacterStack
Function · 0.85
test.js
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected