Versions in this module Expand all Collapse all v0 v0.3.0 Jun 18, 2021 Changes in this version + type Function struct + Called *Functions + CalledBy *Functions + Colors palette.ColorContainer + Name string + Pos meta.ElementPosition + Type FunctionType + func (f *Function) HasColors() bool + func (f *Function) HumanReadableName() string + func (f *Function) String() string + type FunctionType int64 + const ExternFunc + const LocalFunc + const MainFunc + type Functions struct + Functions map[string]*Function + func NewFunctions() *Functions + func (f *Functions) Add(fun *Function) + func (f *Functions) Get(name string) (*Function, bool) + func (f *Functions) Len() int + func (f *Functions) Raw() map[string]*Function