MCPcopy Create free account
hub / github.com/HertzDevil/0CC-FamiTracker / Canonicalize

Method Canonicalize

Source/ChannelOrder.cpp:108–116  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

106}
107
108CChannelOrder CChannelOrder::Canonicalize() const {
109 CChannelOrder orderNew;
110
111 for (const auto &ch : CANONICAL_ORDER)
112 if (HasChannel(ch))
113 orderNew.AddChannel(ch);
114
115 return orderNew;
116}

Callers 4

loop_visitorMethod · 0.80
CCompilerMethod · 0.80
LoadDriverMethod · 0.80
RetrieveMethod · 0.80

Calls 1

AddChannelMethod · 0.80

Tested by

no test coverage detected