MCPcopy Create free account
hub / github.com/maruel/panicparse / TestAtou

Function TestAtou

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

Source from the content-addressed store, hash-verified

2127}
2128
2129func TestAtou(t *testing.T) {
2130 t.Parallel()
2131 if i, b := atou([]byte("a")); i != 0 || b {
2132 t.Error("oops")
2133 }
2134}
2135
2136func TestTrimLeftSpace(t *testing.T) {
2137 t.Parallel()

Callers

nothing calls this directly

Calls 1

atouFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…