MCPcopy Create free account
hub / github.com/antchfx/xpath / functionArgs

Function functionArgs

func.go:644–649  ·  view source on GitHub ↗

https://github.com/antchfx/xpath/issues/43

(q query)

Source from the content-addressed store, hash-verified

642
643// https://github.com/antchfx/xpath/issues/43
644func functionArgs(q query) query {
645 if _, ok := q.(*functionQuery); ok {
646 return q
647 }
648 return q.Clone()
649}
650
651func reverseFunc(q query, t iterator) func() NodeNavigator {
652 var list []NodeNavigator

Callers 15

countFuncFunction · 0.85
sumFuncFunction · 0.85
ceilingFuncFunction · 0.85
floorFuncFunction · 0.85
roundFuncFunction · 0.85
booleanFuncFunction · 0.85
numberFuncFunction · 0.85
stringFuncFunction · 0.85
startwithFuncFunction · 0.85
endwithFuncFunction · 0.85
containsFuncFunction · 0.85
matchesFuncFunction · 0.85

Calls 1

CloneMethod · 0.65

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…