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

Class AbsLineInfo

third-party/lua-5.4.6/src/lobject.h:542–545  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

540** linearly to compute a line.)
541*/
542typedef struct AbsLineInfo {
543 int pc;
544 int line;
545} AbsLineInfo;
546
547/*
548** Function Prototypes

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected