Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FileHandler ¶
type FileList ¶
type FileList struct {
// contains filtered or unexported fields
}
func NewFileList ¶
func NewFileList(paths []string, fctTable *[]fsinfo.FctInfo, fileHandler FileHandler) FileList
type GoFctVisitor ¶
type GoFctVisitor struct {
// contains filtered or unexported fields
}
type GoFileHandler ¶
type GoFileHandler struct {
// contains filtered or unexported fields
}
func NewGoFileHandler ¶
func NewGoFileHandler(indirectionLvl int32) GoFileHandler
func (GoFileHandler) ComputeComplexities ¶
func (fh GoFileHandler) ComputeComplexities(fctTable *[]fsinfo.FctInfo)
func (GoFileHandler) HandleFile ¶
func (fh GoFileHandler) HandleFile(path string, fctTable *[]fsinfo.FctInfo)
Click to show internal directories.
Click to hide internal directories.