MCPcopy Create free account
hub / github.com/CalcProgrammer1/OpenRGB / accept

Method accept

dependencies/json/json.hpp:10326–10330  ·  view source on GitHub ↗

! @brief public accept interface @param[in] strict whether to expect the last token to be EOF @return whether the input is a proper JSON text */

Source from the content-addressed store, hash-verified

10324 @return whether the input is a proper JSON text
10325 */
10326 bool accept(const bool strict = true)
10327 {
10328 json_sax_acceptor<BasicJsonType> sax_acceptor;
10329 return sax_parse(&sax_acceptor, strict);
10330 }
10331
10332 template<typename SAX>
10333 JSON_HEDLEY_NON_NULL(2)

Callers 3

closeEventMethod · 0.45
acceptFunction · 0.45
json.hppFile · 0.45

Calls 1

sax_parseFunction · 0.70

Tested by

no test coverage detected