MCPcopy Create free account
hub / github.com/Illumina/hap.py / in

Function in

external/jsoncpp/jsoncpp.cpp:229–235  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

227// ////////////////////////////////
228
229static inline bool in(Reader::Char c,
230 Reader::Char c1,
231 Reader::Char c2,
232 Reader::Char c3,
233 Reader::Char c4) {
234 return c == c1 || c == c2 || c == c3 || c == c4;
235}
236
237static inline bool in(Reader::Char c,
238 Reader::Char c1,

Callers 2

readNumberMethod · 0.85
decodeNumberMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected