Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OperationT00/T-Code
/ error
Method
error
src/main/java/com/tcode/util/AnsiStyle.java:73–75 ·
view source on GitHub ↗
(String text)
Source
from the content-addressed store, hash-verified
71
}
72
73
public
static
String error(String text) {
74
return
wrap(BOLD + RED, text);
75
}
76
77
public
static
String quotePrefix(String text) {
78
return
wrap(DIM + CYAN, text);
Callers
9
colorize
Method · 0.95
grabAlwaysReturnsResultAndNeverThrows
Method · 0.45
recordsAllOutcomeKinds
Method · 0.45
bindCtrlVToClipboardImage
Method · 0.45
readResourceForMention
Method · 0.45
execute
Method · 0.45
index.ts
File · 0.45
reviewPendingApproval
Function · 0.45
render
Function · 0.45
Calls
1
wrap
Method · 0.95
Tested by
2
grabAlwaysReturnsResultAndNeverThrows
Method · 0.36
recordsAllOutcomeKinds
Method · 0.36