MCPcopy Create free account
hub / github.com/checkmake/checkmake / Text

Method Text

parser/scanner.go:38–40  ·  view source on GitHub ↗

Text is a thin wrapper around bufio.Scanner Text()

()

Source from the content-addressed store, hash-verified

36
37// Text is a thin wrapper around bufio.Scanner Text()
38func (s *MakefileScanner) Text() string {
39 return s.Scanner.Text()
40}
41
42// NewMakefileScanner returns a MakefileScanner struct for parsing a Makefile
43func NewMakefileScanner(filepath string) (*MakefileScanner, error) {

Callers 2

ParseFunction · 0.95
parseRuleOrVariableFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected