Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
parse2
Method · 0.45
parse2_validate_only
Method · 0.45
Calls
1
empty
Method · 0.45
Tested by
no test coverage detected