MCPcopy Create free account
hub / github.com/EmmyLua/EmmyLuaDebugger / AbsLineInfo

Class AbsLineInfo

third-party/lua-5.5.0/src/lobject.h:577–580  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

575** linearly to compute a line.)
576*/
577typedef struct AbsLineInfo {
578 int pc;
579 int line;
580} AbsLineInfo;
581
582
583/*

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected