MCPcopy Create free account
hub / github.com/Code-Bullet/Jump-King / recordBegin

Function recordBegin

libraries/p5.js:22850–22854  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

22848 };
22849
22850 var recordBegin = function () {
22851 state.escaped = false;
22852 currentRecord = [];
22853 tokenBegin();
22854 };
22855
22856 var recordEnd = function () {
22857 state.currentState = POST_RECORD;

Callers 1

p5.jsFile · 0.85

Calls 1

tokenBeginFunction · 0.85

Tested by

no test coverage detected