| 1859 | |
| 1860 | |
| 1861 | static void updatecache_ (CapState *cs, int v) { |
| 1862 | getfromenv(cs, v); |
| 1863 | lua_replace(cs->L, subscache(cs)); |
| 1864 | cs->valuecached = v; |
| 1865 | } |
| 1866 | |
| 1867 | |
| 1868 | static int pushcapture (CapState *cs); |
nothing calls this directly
no test coverage detected