| 491 | char short_src[LUA_IDSIZE]; /* (S) */ |
| 492 | /* private part */ |
| 493 | struct CallInfo *i_ci; /* active function */ |
| 494 | }; |
| 495 | |
| 496 | /* }====================================================================== */ |
nothing calls this directly
no outgoing calls
no test coverage detected