MCPcopy Create free account
hub / github.com/tdewolff/canvas / String

Method String

cmd/pdftext/types.go:25–27  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

23}
24
25func (v pdfRef) String() string {
26 return fmt.Sprintf("%d %d R", v[0], v[1])
27}
28
29const (
30 pdfFilterASCII85 pdfName = "ASCII85Decode"

Callers 1

StringMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected