MCPcopy
hub / github.com/trustwallet/assets / GetStatus

Method GetStatus

internal/info/model.go:49–55  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

47)
48
49func (a *AssetModel) GetStatus() string {
50 if a.Status == nil {
51 return ""
52 }
53
54 return *a.Status
55}

Callers 1

ValidateAssetFolderMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected