Skip to content

Commit

Permalink
Separate Metakey Utils from meta service utils (#3176)
Browse files Browse the repository at this point in the history
Co-authored-by: nebula-bots <88429921+nebula-bots@users.noreply.github.com>
Co-authored-by: CBS <56461666+bright-starry-sky@users.noreply.github.com>
  • Loading branch information
3 people authored Oct 21, 2021
1 parent 9f8802d commit 349b685
Show file tree
Hide file tree
Showing 116 changed files with 2,301 additions and 2,227 deletions.
6 changes: 6 additions & 0 deletions src/common/utils/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,10 @@ nebula_add_library(
OperationKeyUtils.cpp
)

nebula_add_library(
meta_keyutils_obj OBJECT
MetaKeyUtils.cpp
)


nebula_add_subdirectory(test)
1,185 changes: 1,185 additions & 0 deletions src/common/utils/MetaKeyUtils.cpp

Large diffs are not rendered by default.

Loading

0 comments on commit 349b685

Please sign in to comment.