MCPcopy Create free account
hub / github.com/FastLED/FastLED / is_valid

Method is_valid

src/fl/stl/json.cpp.hpp:615–617  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

613 }
614
615 bool is_valid() const {
616 return mBracketStack.empty() && !mExpectColon && !mExpectKey;
617 }
618};
619
620// Helper: Check if string contains escape sequences

Callers 2

parse2Method · 0.45
parse2_validate_onlyMethod · 0.45

Calls 1

emptyMethod · 0.45

Tested by

no test coverage detected