MCPcopy Index your code
hub / github.com/tdewolff/canvas / Scanner

Method Scanner

path_scanner.go:6–8  ·  view source on GitHub ↗

Scanner returns a path scanner.

()

Source from the content-addressed store, hash-verified

4
5// Scanner returns a path scanner.
6func (p *Path) Scanner() *PathScanner {
7 return &PathScanner{p, -1}
8}
9
10// ReverseScanner returns a path scanner in reverse order.
11func (p *Path) ReverseScanner() *PathReverseScanner {

Callers 4

BenchmarkScannerFunction · 0.80
writePathMethod · 0.80
renderPathMethod · 0.80
writePathMethod · 0.80

Calls

no outgoing calls

Tested by 1

BenchmarkScannerFunction · 0.64