MCPcopy Create free account
hub / github.com/RobTillaart/Arduino / in

Method in

libraries/FLE/FLE.cpp:161–164  ·  view source on GitHub ↗

//////////////////////////////////////////// MISC OPERATORS

Source from the content-addressed store, hash-verified

159// MISC OPERATORS
160//
161bool FLE::in(FLE a)
162{
163 return ( a.low() <= low() && high() <= a.high());
164}
165
166
167FLE FLE::shared(FLE a)

Callers 2

sharedMethod · 0.95
unittestFunction · 0.80

Calls 2

lowMethod · 0.45
highMethod · 0.45

Tested by 1

unittestFunction · 0.64