MCPcopy Index your code
hub / github.com/maruel/panicparse / TestTrimLeftSpace

Function TestTrimLeftSpace

stack/context_test.go:2136–2141  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

2134}
2135
2136func TestTrimLeftSpace(t *testing.T) {
2137 t.Parallel()
2138 if trimLeftSpace(nil) != nil {
2139 t.Error("oops")
2140 }
2141}
2142
2143func TestTrimCurlyBrackets(t *testing.T) {
2144 t.Parallel()

Callers

nothing calls this directly

Calls 1

trimLeftSpaceFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…