MCPcopy
hub / github.com/tidwall/gjson / testMany

Function testMany

gjson_test.go:870–873  ·  view source on GitHub ↗
(t *testing.T, json string, paths, expected []string)

Source from the content-addressed store, hash-verified

868 testMany(true, `[world]`, strings.Repeat("a.", 70)+"hello")
869}
870func testMany(t *testing.T, json string, paths, expected []string) {
871 testManyAny(t, json, paths, expected, true)
872 testManyAny(t, json, paths, expected, false)
873}
874func testManyAny(t *testing.T, json string, paths, expected []string,
875 bytes bool) {
876 var result []Result

Callers 3

TestManyBasicFunction · 0.85
TestIssue20Function · 0.85
TestIssue21Function · 0.85

Calls 1

testManyAnyFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…