Documentation ¶
Index ¶
- func CreateFile(fileName string) (*os.File, error)
- func IsCallTo(call *ssa.Function, names ...string) bool
- func OpenFile(fileName string) (*os.File, error)
- func ReadFile(filePath string) ([]byte, error)
- func ReadLineByNumber(filePath string, lineNumber int) (string, error)
- func UpdateFile(t *testing.T, path string, data []byte)
- func WriteFile(f *os.File, text []byte) error
- type Counter
- type DoubleKeyMap
- type IntSet
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Counter ¶
type Counter struct {
// contains filtered or unexported fields
}
func NewCounter ¶
func NewCounter() *Counter
type DoubleKeyMap ¶
type DoubleKeyMap map[uint32]struct{}
func NewDoubleKeyMap ¶
func NewDoubleKeyMap() DoubleKeyMap
Click to show internal directories.
Click to hide internal directories.