Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/denoland/std
/ added
Function
added
assert/equals_test.ts:26–28 ·
view source on GitHub ↗
(s: string)
Source
from the content-addressed store, hash-verified
24
}
25
26
function
added(s: string): string {
27
return
green(bold(stripAnsiCode(s)));
28
}
29
function
removed(s: string): string {
30
return
red(bold(stripAnsiCode(s)));
31
}
Callers
1
fn
Function · 0.70
Calls
3
green
Function · 0.90
bold
Function · 0.90
stripAnsiCode
Function · 0.90
Tested by
no test coverage detected