| 454 | char short_src[LUA_IDSIZE]; /* (S) */ |
| 455 | /* private part */ |
| 456 | struct CallInfo *i_ci; /* active function */ |
| 457 | }; |
| 458 | |
| 459 | /* }====================================================================== */ |
nothing calls this directly
no outgoing calls
no test coverage detected