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

Function GetArgType

user/argtype/iargtype.go:192–198  ·  view source on GitHub ↗
(type_index uint32)

Source from the content-addressed store, hash-verified

190}
191
192func GetArgType(type_index uint32) IArgType {
193 p, ok := arg_types[type_index]
194 if !ok {
195 panic(fmt.Sprintf("GetArgType for type_index:%d failed", type_index))
196 }
197 return p
198}
199
200func GetArgTypeByName(name string) IArgType {
201 for _, arg_type := range arg_types {

Callers 15

GetTypeNameMethod · 0.92
SetDumpHexMethod · 0.92
SetColorMethod · 0.92
SetHexFormatMethod · 0.92
ToPointerTypeMethod · 0.92
ParseMethod · 0.92
ParseJsonMethod · 0.92
IsBufferMethod · 0.92
RegisterFlagsConfigFunction · 0.85
NewNumFlagsFunction · 0.85
init_STRINGFunction · 0.85
init_BUFFERFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected