(p IArgType)
| 274 | } |
| 275 | |
| 276 | func UpdateArgType(p IArgType) { |
| 277 | arg_types[p.GetTypeIndex()] = p |
| 278 | } |
| 279 | |
| 280 | func RegisterAlias(alias_name, name string) { |
| 281 | GetArgTypeByName(name).AddAlias(alias_name) |
nothing calls this directly
no test coverage detected