MCPcopy Index your code
hub / github.com/Shopify/go-lua / testString

Function testString

vm_test.go:11–11  ·  view source on GitHub ↗
(t *testing.T, s string)

Source from the content-addressed store, hash-verified

9)
10
11func testString(t *testing.T, s string) { testStringHelper(t, s, false) }
12
13// Commented out to avoid a warning relating to the method not being used. Left here since it's useful for debugging.
14//func traceString(t *testing.T, s string) { testStringHelper(t, s, true) }

Callers 4

TestVarArgMetaFunction · 0.85
TestTableEqualityNilFunction · 0.85
TestPairsSplitFunction · 0.85
TestConcurrentNextFunction · 0.85

Calls 1

testStringHelperFunction · 0.85

Tested by

no test coverage detected