MCPcopy Index your code
hub / github.com/gavv/httpexpect / Path

Method Path

boolean.go:90–95  ·  view source on GitHub ↗

Path is similar to Value.Path.

(path string)

Source from the content-addressed store, hash-verified

88
89// Path is similar to Value.Path.
90func (b *Boolean) Path(path string) *Value {
91 opChain := b.chain.enter("Path(%q)", path)
92 defer opChain.leave()
93
94 return jsonPath(opChain, b.value, path)
95}
96
97// Schema is similar to Value.Schema.
98func (b *Boolean) Schema(schema interface{}) *Boolean {

Callers 1

TestBoolean_PathFunction · 0.95

Calls 3

jsonPathFunction · 0.85
enterMethod · 0.80
leaveMethod · 0.80

Tested by 1

TestBoolean_PathFunction · 0.76