MCPcopy Create free account
hub / github.com/Achain-Dev/Achain / check_next1

Function check_next1

src/Chain/libraries/glua/llex.cpp:190–196  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

188
189
190static int check_next1(LexState *ls, int c) {
191 if (ls->current == c) {
192 next(ls);
193 return 1;
194 }
195 else return 0;
196}
197
198
199/*

Callers 1

llexFunction · 0.85

Calls 1

nextFunction · 0.50

Tested by

no test coverage detected