Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/bombshell-dev/clack
/ message
Function
message
packages/prompts/src/spinner.ts:204–206 ·
view source on GitHub ↗
(msg = '')
Source
from the content-addressed store, hash-verified
202
const
clear = (): void => _stop(
''
, 0, true);
203
204
const
message = (msg =
''
): void => {
205
_message = removeTrailingDots(msg ?? _message);
206
};
207
208
return
{
209
start,
Callers
nothing calls this directly
Calls
1
removeTrailingDots
Function · 0.85
Tested by
no test coverage detected