Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/QwikDev/qwik
/ strip
Function
strip
packages/qwik/src/cli/utils/utils.ts:224–224 ·
view source on GitHub ↗
(str: string)
Source
from the content-addressed store, hash-verified
222
}
223
224
const
strip = (str: string) => str.replace(ansiRegex(),
''
);
225
export
const
note = (message =
''
, title =
''
) => {
226
const
lines = `\n${message}\n`.split(
'\n'
);
227
const
titleLen = strip(title).length;
Callers
1
note
Function · 0.85
Calls
1
ansiRegex
Function · 0.85
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…