MCPcopy Create free account
hub / github.com/dotabuff/manta / GetName

Method GetName

string_table.go:51–51  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

49
50func (st *stringTable) GetIndex() int32 { return st.index }
51func (st *stringTable) GetName() string { return st.name }
52func (st *stringTable) GetItem(index int32) *stringTableItem { return st.Items[index] }
53
54// Holds and maintains a single entry in a string table.

Calls

no outgoing calls

Tested by

no test coverage detected