MCPcopy Create free account
hub / github.com/BishopFox/jsluice / CaptureName

Method CaptureName

tree.go:490–492  ·  view source on GitHub ↗

CaptureName returns the name given to a node in a query if one exists, and an empty string otherwise

()

Source from the content-addressed store, hash-verified

488// CaptureName returns the name given to a node in a
489// query if one exists, and an empty string otherwise
490func (n *Node) CaptureName() string {
491 return n.captureName
492}
493
494// dequote removes surround quotes from the provided string
495func dequote(in string) string {

Callers 1

AddMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected