mirror of https://gitee.com/bigwinds/arangodb
mop mop
This commit is contained in:
parent
edec7047b9
commit
c2013c560d
|
@ -423,6 +423,7 @@ template<> bool Node::handle<SHIFT> (VPackSlice const& slice) {
|
|||
}
|
||||
|
||||
template<> bool Node::handle<OBSERVE> (VPackSlice const& slice) {
|
||||
// Add entries to existing node
|
||||
return true;
|
||||
}
|
||||
|
||||
|
|
|
@ -137,6 +137,7 @@ public:
|
|||
/// @brief Apply single slice
|
||||
bool applies (arangodb::velocypack::Slice const&);
|
||||
|
||||
/// @brief handle "op" keys in write json
|
||||
template<Operation Oper>
|
||||
bool handle (arangodb::velocypack::Slice const&);
|
||||
|
||||
|
|
Loading…
Reference in New Issue