(op *argtype.OpConfig)
| 88 | } |
| 89 | |
| 90 | func (this *PointArg) AddExtraOp(op *argtype.OpConfig) { |
| 91 | // fmt.Println("op info:", op.Index, argtype.OPM.GetOpInfo(op.Index)) |
| 92 | this.ExtraOpList = append(this.ExtraOpList, op.Index) |
| 93 | } |
| 94 | |
| 95 | func (this *PointArg) AddFilterIndex(filter_index uint32) { |
| 96 | this.FilterIndexList = append(this.FilterIndexList, filter_index) |
no outgoing calls
no test coverage detected