Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
48
func
(c *countingScanner) Scan() bool {
49
b := c.Scanner.Scan()
50
if
b {
51
c.line++
52
}
53
return
b
54
}
55
56
type
textScanner
interface
{
57
Text() string
Callers
nothing calls this directly
Calls
1
Scan
Method · 0.65
Tested by
no test coverage detected