Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/inkeep/open-knowledge
/ warning
Function
warning
packages/cli/src/ui/colors.ts:5–5 ·
view source on GitHub ↗
(s: string)
Source
from the content-addressed store, hash-verified
3
export
const
error = (s: string): string => pc.red(s);
4
5
export
const
warning = (s: string): string => pc.yellow(s);
6
7
export
const
success = (s: string): string => pc.green(s);
8
Callers
11
formatBuiltMessage
Function · 0.90
runSeed
Function · 0.90
formatPlanBody
Function · 0.90
runInit
Function · 0.90
formatInitResult
Function · 0.90
formatSharingOutcome
Function · 0.90
emitNoExclude
Function · 0.90
formatMode
Function · 0.90
emitNoExclude
Function · 0.90
runStartCommand
Function · 0.85
colors.test.ts
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected