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

Method set_id

common/decl.h:151–151  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

149 }
150
151 void set_id(std::string id) { id_ = std::move(id); }
152
153 void set_id(absl::string_view id) { id_.assign(id.data(), id.size()); }
154

Callers 2

MakeOverloadDeclFunction · 0.45
MakeMemberOverloadDeclFunction · 0.45

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected