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

Method rawFrameFuncName

state.go:835–838  ·  view source on GitHub ↗
(fr *callFrame)

Source from the content-addressed store, hash-verified

833}
834
835func (ls *LState) rawFrameFuncName(fr *callFrame) string {
836 name, _ := ls.frameFuncName(fr)
837 return name
838}
839
840func (ls *LState) frameFuncName(fr *callFrame) (string, bool) {
841 frame := fr.Parent

Callers 3

ArgErrorMethod · 0.95
TypeErrorMethod · 0.95
GetInfoMethod · 0.95

Calls 1

frameFuncNameMethod · 0.95

Tested by

no test coverage detected