Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/pterm/pterm
/ TestTablePrinter_WithBoxed
Function
TestTablePrinter_WithBoxed
table_printer_test.go:91–96 ·
view source on GitHub ↗
(t *testing.T)
Source
from the content-addressed store, hash-verified
89
}
90
91
func
TestTablePrinter_WithBoxed(t *testing.T) {
92
_, err := pterm.DefaultTable.WithBoxed().Srender()
93
if
err != nil {
94
t.Error(err)
95
}
96
}
97
98
func
TestTablePrinter_WithData(t *testing.T) {
99
proxyToDevNull()
Callers
nothing calls this directly
Calls
3
Error
Method · 0.80
Srender
Method · 0.65
WithBoxed
Method · 0.45
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…