MCPcopy Create free account
hub / github.com/antchfx/xmlquery / testTrue

Function testTrue

node_test.go:71–76  ·  view source on GitHub ↗
(t *testing.T, v bool)

Source from the content-addressed store, hash-verified

69}
70
71func testTrue(t *testing.T, v bool) {
72 if v {
73 return
74 }
75 t.Fatal("expected value is true, but got false")
76}
77
78// Given a *Node, verify that all the pointers (parent, first child, next sibling, etc.) of
79// - the node itself,

Callers 10

verifyNodePointersFunction · 0.85
TestChildNodesFunction · 0.85
TestAddAttrFunction · 0.85
TestSetAttrFunction · 0.85
TestRemoveAttrFunction · 0.85
TestRemoveFromTreeFunction · 0.85
TestEscapeValueWriteFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…