MCPcopy Create free account
hub / github.com/campoy/embedmd / Scan

Method Scan

embedmd/parser.go:48–54  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

46}
47
48func (c *countingScanner) Scan() bool {
49 b := c.Scanner.Scan()
50 if b {
51 c.line++
52 }
53 return b
54}
55
56type textScanner interface {
57 Text() string

Callers

nothing calls this directly

Calls 1

ScanMethod · 0.65

Tested by

no test coverage detected