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

Method WriteRune

func.go:16–16  ·  view source on GitHub ↗
(r rune)

Source from the content-addressed store, hash-verified

14// strings.Builder(go 1.10) and bytes.Buffer(< go 1.10)
15type stringBuilder interface {
16 WriteRune(r rune) (n int, err error)
17 WriteString(s string) (int, error)
18 Reset()
19 Grow(n int)

Callers 1

normalizespaceFuncFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected