MCPcopy Create free account
hub / github.com/comaps/comaps / EqualTag

Class EqualTag

libs/coding/files_container.hpp:73–81  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

71 };
72
73 class EqualTag
74 {
75 public:
76 EqualTag(Tag const & tag) : m_tag(tag) {}
77 bool operator()(TagInfo const & t) const { return (t.m_tag == m_tag); }
78
79 private:
80 Tag const & m_tag;
81 };
82
83 TagInfo const * GetInfo(Tag const & tag) const;
84

Callers 1

GetWriterMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected