osquery-1/osquery/devtools
Alexander 0f0440fa61
Removing potentially risky method getOr(T const&) from Expected (#5174)
Too dangerous, because it is so easy to create a dangling reference (to local object for instance) with it.

It was discussed in terms of PR #4833
2018-09-07 11:49:47 +01:00
..
tests license: Change license to Apache 2.0 and GPLv2 (#4007) 2017-12-18 16:04:06 -08:00
CMakeLists.txt moved from file(GLOB); added CMAKE_CURRENT_LIST_DIR to support include syntax (#4582) 2018-06-18 14:24:20 +01:00
devtools.h license: Change license to Apache 2.0 and GPLv2 (#4007) 2017-12-18 16:04:06 -08:00
printer.cpp Helper functions tryTake, tryTakeCopy to lookup in key-value tables (#4833) 2018-08-28 12:31:10 +01:00
shell.cpp Removing potentially risky method getOr(T const&) from Expected (#5174) 2018-09-07 11:49:47 +01:00