| 504 | char short_src[LUA_IDSIZE]; /* (S) */ |
| 505 | /* private part */ |
| 506 | struct CallInfo *i_ci; /* active function */ |
| 507 | }; |
| 508 | |
| 509 | /* }====================================================================== */ |
nothing calls this directly
no outgoing calls
no test coverage detected