MCPcopy Index your code
hub / github.com/yuin/gopher-lua / newVarNamePool

Function newVarNamePool

compile.go:311–313  ·  view source on GitHub ↗
(offset int)

Source from the content-addressed store, hash-verified

309}
310
311func newVarNamePool(offset int) *varNamePool {
312 return &varNamePool{make([]string, 0, 16), offset}
313}
314
315func (vp *varNamePool) Names() []string {
316 return vp.names

Callers 2

newFuncContextFunction · 0.85
EnterBlockMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…