Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
Indexed
MCP
copy
Index your code
hub
/
github.com/bombshell-dev/clack
/ fakeCommand
Function
fakeCommand
examples/basic/task-log.ts:21–26 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
19
}
20
21
async
function
* fakeCommand() {
22
for
(
let
i = 0; i < 100; i++) {
23
yield `line \x1b[32m${i}\x1b[39m...`;
24
await
setTimeout(80);
25
}
26
}
27
28
main();
Callers
1
main
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected