diff --git a/tolk/refs.go b/tolk/refs.go index ae21c1af..6179bb43 100644 --- a/tolk/refs.go +++ b/tolk/refs.go @@ -263,6 +263,10 @@ func (s *Struct) GetPrefix() (Prefix, bool) { return s.prefix, true } +func (s *Struct) GetName() string { + return s.name +} + func (s *Struct) Equal(o any) bool { otherStruct, ok := o.(Struct) if !ok {