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

Method Close

parser/scanner.go:33–35  ·  view source on GitHub ↗

Close closes all open handles the scanner has

()

Source from the content-addressed store, hash-verified

31
32// Close closes all open handles the scanner has
33func (s *MakefileScanner) Close() {
34 s.FileHandle.Close()
35}
36
37// Text is a thin wrapper around bufio.Scanner Text()
38func (s *MakefileScanner) Text() string {

Callers 2

writeTempMakefileFunction · 0.80
captureOutputFunction · 0.80

Calls

no outgoing calls

Tested by 2

writeTempMakefileFunction · 0.64
captureOutputFunction · 0.64