MCPcopy
hub / github.com/valyala/quicktemplate / prefixWrite

Method prefixWrite

parser/functype.go:166–172  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

164}
165
166func (f *funcType) prefixWrite() string {
167 s := "write"
168 if isUpper(f.name[0]) {
169 s = "Write"
170 }
171 return s
172}
173
174func (f *funcType) prefixStream() string {
175 s := "stream"

Callers 2

DefWriteMethod · 0.95
CallWriteMethod · 0.95

Calls 1

isUpperFunction · 0.85

Tested by

no test coverage detected