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

Function UpdateArgType

user/argtype/iargtype.go:276–278  ·  view source on GitHub ↗
(p IArgType)

Source from the content-addressed store, hash-verified

274}
275
276func UpdateArgType(p IArgType) {
277 arg_types[p.GetTypeIndex()] = p
278}
279
280func RegisterAlias(alias_name, name string) {
281 GetArgTypeByName(name).AddAlias(alias_name)

Callers

nothing calls this directly

Calls 1

GetTypeIndexMethod · 0.65

Tested by

no test coverage detected