MCPcopy Create free account
hub / github.com/apache/trafficserver / operator|=

Method operator|=

lib/catch2/catch.hpp:9497–9500  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9495 std::vector<Arg> m_args;
9496
9497 auto operator|=( ExeName const &exeName ) -> Parser & {
9498 m_exeName = exeName;
9499 return *this;
9500 }
9501
9502 auto operator|=( Arg const &arg ) -> Parser & {
9503 m_args.push_back(arg);

Callers

nothing calls this directly

Calls 4

push_backMethod · 0.45
insertMethod · 0.45
endMethod · 0.45
beginMethod · 0.45

Tested by

no test coverage detected