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

Function tokenBegin

libraries/p5.js:22840–22843  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

22838 var currentChar;
22839
22840 var tokenBegin = function () {
22841 state.currentState = PRE_TOKEN;
22842 state.token = '';
22843 };
22844
22845 var tokenEnd = function () {
22846 currentRecord.push(state.token);

Callers 2

tokenEndFunction · 0.85
recordBeginFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected