Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
168
func
(this *PointArg) IsBuffer() bool {
169
return
argtype.GetArgType(this.TypeIndex).GetParentIndex() == BUFFER
170
}
171
172
func
(this *PointArg) Clone() *PointArg {
173
p := PointArg{}
Callers
1
GetOpList
Method · 0.95
Calls
2
GetArgType
Function · 0.92
GetParentIndex
Method · 0.65
Tested by
no test coverage detected