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

Method WriteString

func.go:17–17  ·  view source on GitHub ↗
(s string)

Source from the content-addressed store, hash-verified

15type stringBuilder interface {
16 WriteRune(r rune) (n int, err error)
17 WriteString(s string) (int, error)
18 Reset()
19 Grow(n int)
20 String() string

Callers 5

getHashCodeFunction · 0.80
ValueMethod · 0.80
ValueMethod · 0.80
ValueMethod · 0.80
concatFuncFunction · 0.80

Calls

no outgoing calls

Tested by 3

ValueMethod · 0.64
ValueMethod · 0.64
ValueMethod · 0.64