| 486 | char short_src[LUA_IDSIZE]; /* (S) */ |
| 487 | /* private part */ |
| 488 | struct CallInfo *i_ci; /* active function */ |
| 489 | }; |
| 490 | |
| 491 | /* }====================================================================== */ |
nothing calls this directly
no outgoing calls
no test coverage detected