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

Function RegisterAlias

user/argtype/iargtype.go:280–282  ·  view source on GitHub ↗
(alias_name, name string)

Source from the content-addressed store, hash-verified

278}
279
280func RegisterAlias(alias_name, name string) {
281 GetArgTypeByName(name).AddAlias(alias_name)
282}
283
284func RegisterAliasType(type_index, alias_type_index uint32) IArgType {
285 if at, dup := arg_types[type_index]; dup {

Callers 1

initFunction · 0.85

Calls 2

GetArgTypeByNameFunction · 0.85
AddAliasMethod · 0.65

Tested by

no test coverage detected