()
| 13 | } |
| 14 | |
| 15 | func newTable() *table { return &table{hash: make(map[value]value)} } |
| 16 | func (t *table) invalidateTagMethodCache() { t.flags = 0 } |
| 17 | func (t *table) atString(k string) value { return t.hash[k] } |
| 18 |
no outgoing calls
no test coverage detected