Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
22
type
Printer
interface
{
23
Run(g *Globals) *Stream
24
}
25
26
var
printerByExt = make(
map
[string]Printer)
27
Callers
2
Start
Method · 0.65
parseStruct
Function · 0.65
Implementers
12
goPrinter
v2/printer/golang.go
csharpPrinter
v2/printer/csharp.go
cppPrinter
v2/printer/cpp.go
protoPrinter
v2/printer/proto.go
luaPrinter
v2/printer/lua.go
typePrinter
v2/printer/type.go
modlistPrinter
v2/printer/modfile.go
binaryPrinter
v2/printer/binary.go
pbtPrinter
v2/printer/pbt.go
jsonPrinter
v2/printer/json.go
structParser
v2/filter/structparser.go
Machine
v2/exprvm/vm.go
Calls
no outgoing calls
Tested by
no test coverage detected