MCPcopy Create free account
hub / github.com/Shopify/go-lua / atString

Method atString

tables.go:17–17  ·  view source on GitHub ↗
(k string)

Source from the content-addressed store, hash-verified

15func newTable() *table { return &table{hash: make(map[value]value)} }
16func (t *table) invalidateTagMethodCache() { t.flags = 0 }
17func (t *table) atString(k string) value { return t.hash[k] }
18
19func newTableWithSize(arraySize, hashSize int) *table {
20 t := new(table)

Callers 2

tagMethodMethod · 0.95
tagMethodByObjectMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected