MCPcopy Create free account
hub / github.com/SeeFlowerX/stackplz / AddExtraOp

Method AddExtraOp

user/config/config_point_arg.go:90–93  ·  view source on GitHub ↗
(op *argtype.OpConfig)

Source from the content-addressed store, hash-verified

88}
89
90func (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
95func (this *PointArg) AddFilterIndex(filter_index uint32) {
96 this.FilterIndexList = append(this.FilterIndexList, filter_index)

Callers 2

GetPointArgMethod · 0.95
ParseArgTypeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected