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

Function accept

dependencies/json/json.hpp:23311–23315  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23309 */
23310 template<typename InputType>
23311 static bool accept(InputType&& i,
23312 const bool ignore_comments = false)
23313 {
23314 return parser(detail::input_adapter(std::forward<InputType>(i)), nullptr, false, ignore_comments).accept(true);
23315 }
23316
23317 template<typename IteratorType>
23318 static bool accept(IteratorType first, IteratorType last,

Callers 3

accept_selectMethod · 0.50
tcp_server_listenMethod · 0.50
mbedtls_net_acceptFunction · 0.50

Calls 4

parserFunction · 0.70
input_adapterFunction · 0.70
acceptMethod · 0.45
getMethod · 0.45

Tested by

no test coverage detected