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

Interface Printer

v2/printer/printer.go:22–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20}
21
22type Printer interface {
23 Run(g *Globals) *Stream
24}
25
26var printerByExt = make(map[string]Printer)
27

Callers 2

StartMethod · 0.65
parseStructFunction · 0.65

Implementers 12

goPrinterv2/printer/golang.go
csharpPrinterv2/printer/csharp.go
cppPrinterv2/printer/cpp.go
protoPrinterv2/printer/proto.go
luaPrinterv2/printer/lua.go
typePrinterv2/printer/type.go
modlistPrinterv2/printer/modfile.go
binaryPrinterv2/printer/binary.go
pbtPrinterv2/printer/pbt.go
jsonPrinterv2/printer/json.go
structParserv2/filter/structparser.go
Machinev2/exprvm/vm.go

Calls

no outgoing calls

Tested by

no test coverage detected