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

Method AppendChar

utils.go:68–68  ·  view source on GitHub ↗
(ch byte)

Source from the content-addressed store, hash-verified

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
70func (fs *flagScanner) String() string { return string(fs.buf) }
71

Callers 3

NextMethod · 0.95
strftimeFunction · 0.80
strGsubStrFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected