Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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)
15
type
stringBuilder
interface
{
16
WriteRune(r rune) (n int, err error)
17
WriteString(s string) (int, error)
18
Reset()
19
Grow(n int)
Callers
1
normalizespaceFunc
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected