MCPcopy Index your code
hub / github.com/Shopify/go-lua / newTable

Function newTable

tables.go:15–15  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

13}
14
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

Callers 4

collectValidLinesMethod · 0.85
NewStateFunction · 0.85
initFunction · 0.85
executeSwitchMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected