MCPcopy Create free account
hub / github.com/yuin/gopher-lua / Where

Method Where

auxlib.go:256–258  ·  view source on GitHub ↗

* }}} */ * debug operations {{{ */

(level int)

Source from the content-addressed store, hash-verified

254/* debug operations {{{ */
255
256func (ls *LState) Where(level int) string {
257 return ls.where(level, false)
258}
259
260/* }}} */
261

Callers 2

stackTraceMethod · 0.95
stackTraceMethod · 0.95

Calls 1

whereMethod · 0.95

Tested by

no test coverage detected