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

Method Scan

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

Source from the content-addressed store, hash-verified

56type textScanner interface {
57 Text() string
58 Scan() bool
59}
60
61type state func(io.Writer, textScanner, commandRunner) (state, error)

Callers 4

ScanMethod · 0.65
parsingTextFunction · 0.65
parsingCmdFunction · 0.65
parseMethod · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected