MCPcopy Create free account
hub / github.com/codechenx/FastTableViewer / args

Struct args

buffer_test.go:33–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31
32func Test_createNewBufferWithData(t *testing.T) {
33 type args struct {
34 ss [][]string
35 strict bool
36 }
37 wantBuffer := createNewBuffer()
38 wantBuffer.colLen = 3
39 wantBuffer.rowLen = 4

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected