MCPcopy Create free account
hub / github.com/cel-expr/cel-cpp / Merge

Method Merge

base/attribute_set.h:84–87  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

82 }
83
84 static AttributeSet Merge(const AttributeSet& set1,
85 const AttributeSet& set2) {
86 return AttributeSet(set1, set2);
87 }
88
89 private:
90 friend class google::api::expr::runtime::AttributeUtility;

Callers

nothing calls this directly

Calls 1

AttributeSetClass · 0.85

Tested by

no test coverage detected