MCPcopy Create free account
hub / github.com/FirebirdSQL/firebird / unique_id

Method unique_id

extern/re2/re2/prefilter.h:42–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40 const std::string& atom() const { return atom_; }
41 void set_unique_id(int id) { unique_id_ = id; }
42 int unique_id() const { return unique_id_; }
43
44 // The children of the Prefilter node.
45 std::vector<Prefilter*>* subs() {

Callers 4

NodeStringMethod · 0.80
AssignUniqueIdsMethod · 0.80
PrintDebugInfoMethod · 0.80
DebugNodeStringMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected