MCPcopy Create free account
hub / github.com/ChaiScript/ChaiScript / consume_ws

Method consume_ws

include/chaiscript/utility/json.hpp:465–467  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

463 }
464
465 static void consume_ws( const std::string &str, size_t &offset ) {
466 while( isspace( str.at(offset) ) && offset <= str.size() ) { ++offset; }
467 }
468
469 static JSON parse_object( const std::string &str, size_t &offset ) {
470 JSON Object( JSON::Class::Object );

Callers

nothing calls this directly

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected