function processGet(tag) {
  const newGet = {}
  newGet.tag = tag
  data.gets[tag.longname] = newGet
  data.classes[tag.memberof].gets.push(newGet)