MCPcopy Index your code
hub / github.com/yuin/gopher-lua / AppendString

Method AppendString

utils.go:66–66  ·  view source on GitHub ↗
(str string)

Source from the content-addressed store, hash-verified

64}
65
66func (fs *flagScanner) AppendString(str string) { fs.buf = append(fs.buf, str...) }
67
68func (fs *flagScanner) AppendChar(ch byte) { fs.buf = append(fs.buf, ch) }
69

Callers 3

NextMethod · 0.95
strftimeFunction · 0.80
strGsubStrFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected