MCPcopy
hub / github.com/TarsCloud/TarsGo / P

Method P

tars/tools/tars2go/gencode/gen_go.go:86–91  ·  view source on GitHub ↗
(v ...string)

Source from the content-addressed store, hash-verified

84}
85
86func (g *GenGo) P(v ...string) {
87 for _, x := range v {
88 fmt.Fprint(&g.code, x)
89 }
90 fmt.Fprintln(&g.code)
91}
92
93func (g *GenGo) W(v ...string) {
94 for _, x := range v {

Callers 15

genHeadMethod · 0.95
genPackageMethod · 0.95
genIFPackageMethod · 0.95
genIFImportMethod · 0.95
genStructDefineMethod · 0.95
genFunResetDefaultMethod · 0.95
genWriteSimpleListMethod · 0.95
genWriteVectorMethod · 0.95
genWriteArrayMethod · 0.95
genWriteMapMethod · 0.95
genWriteStructMethod · 0.95
genWriteVarMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected