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

Struct PathScanner

path_scanner.go:16–19  ·  view source on GitHub ↗

PathScanner scans the path.

Source from the content-addressed store, hash-verified

14
15// PathScanner scans the path.
16type PathScanner struct {
17 p *Path
18 i int
19}
20
21// Scan scans a new path segment and should be called before the other methods.
22func (s *PathScanner) Scan() bool {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected