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

Method IsBuffer

user/config/config_point_arg.go:168–170  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

166}
167
168func (this *PointArg) IsBuffer() bool {
169 return argtype.GetArgType(this.TypeIndex).GetParentIndex() == BUFFER
170}
171
172func (this *PointArg) Clone() *PointArg {
173 p := PointArg{}

Callers 1

GetOpListMethod · 0.95

Calls 2

GetArgTypeFunction · 0.92
GetParentIndexMethod · 0.65

Tested by

no test coverage detected