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