MCPcopy
hub / github.com/davyxu/tabtoy / Printf

Method Printf

v2/printer/util.go:32–34  ·  view source on GitHub ↗
(format string, args ...interface{})

Source from the content-addressed store, hash-verified

30}
31
32func (self *Stream) Printf(format string, args ...interface{}) {
33 self.buf.WriteString(fmt.Sprintf(format, args...))
34}
35
36func (self *Stream) WriteFile(outfile string) error {
37

Callers 11

RunMethod · 0.95
RunMethod · 0.95
RunMethod · 0.95
RunMethod · 0.95
printTableLuaFunction · 0.80
genLuaEnumCodeFunction · 0.80
genLuaIndexCodeFunction · 0.80
printTablePBTFunction · 0.80
printTableJsonFunction · 0.80
LoadAllTableFunction · 0.80
LoadSpecifiedTableFunction · 0.80

Calls 1

WriteStringMethod · 0.45

Tested by

no test coverage detected