Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ReadFile ¶
func ReadFile(fileName string) (linesToInputs map[int]*StmtAndInputs)
func SortDomain ¶
func SortDomain(linesToInputs map[int]*StmtAndInputs) []int
Types ¶
type StmtAndInputs ¶
type StmtAndInputs struct { NumberOfPCs int // record how many times a file/line combo appears in the generated code. // contains filtered or unexported fields }
func (*StmtAndInputs) HasCall ¶
func (s *StmtAndInputs) HasCall() bool
func (*StmtAndInputs) HasTwoParts ¶
func (s *StmtAndInputs) HasTwoParts() bool
func (*StmtAndInputs) Inputs ¶
func (s *StmtAndInputs) Inputs() []string
Click to show internal directories.
Click to hide internal directories.