MCPcopy Create free account
hub / github.com/BZFlag-Dev/bzflag / updatecache_

Function updatecache_

other_src/lua/src/lpeg.cpp:1861–1865  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1859
1860
1861static void updatecache_ (CapState *cs, int v) {
1862 getfromenv(cs, v);
1863 lua_replace(cs->L, subscache(cs));
1864 cs->valuecached = v;
1865}
1866
1867
1868static int pushcapture (CapState *cs);

Callers

nothing calls this directly

Calls 1

lua_replaceFunction · 0.70

Tested by

no test coverage detected