MCPcopy Create free account
hub / github.com/IBM/Project_CodeNet / jsmn_init

Function jsmn_init

tools/json-graph/src/jsmn.h:460–464  ·  view source on GitHub ↗

* Creates a new parser based over a given buffer with an array of tokens * available. */

Source from the content-addressed store, hash-verified

458 * available.
459 */
460JSMN_API void jsmn_init(jsmn_parser *parser) {
461 parser->pos = 0;
462 parser->toknext = 0;
463 parser->toksuper = -1;
464}
465
466#endif /* JSMN_HEADER */
467

Callers 1

parseFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected