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

Function newFlagScanner

utils.go:62–64  ·  view source on GitHub ↗
(flag byte, start, end, str string)

Source from the content-addressed store, hash-verified

60}
61
62func newFlagScanner(flag byte, start, end, str string) *flagScanner {
63 return &flagScanner{flag, start, end, make([]byte, 0, len(str)), str, len(str), 0, false, false}
64}
65
66func (fs *flagScanner) AppendString(str string) { fs.buf = append(fs.buf, str...) }
67

Callers 2

strftimeFunction · 0.85
strGsubStrFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…