MCPcopy
hub / github.com/pquerna/ffjson / testStrQuoted

Function testStrQuoted

tests/ff_string_test.go:148–151  ·  view source on GitHub ↗
(t *testing.T, str string)

Source from the content-addressed store, hash-verified

146}
147
148func testStrQuoted(t *testing.T, str string) {
149 testCycle(t, &TstringTagged{X: str}, &XstringTagged{X: str})
150 testCycle(t, &TstringTaggedPtr{X: &str}, &XstringTaggedPtr{X: &str})
151}

Callers 1

TestStringQuotedFunction · 0.85

Calls 1

testCycleFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…