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

Method loop_visitor

Source/SongLengthScanner.cpp:37–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35class loop_visitor {
36public:
37 explicit loop_visitor(const CConstSongView &view) :
38 song_view_(view.GetChannelOrder().Canonicalize(), view.GetSong(), false) { }
39
40 template <typename F, typename G>
41 void Visit(F cb, G fx) {

Callers

nothing calls this directly

Calls 2

CanonicalizeMethod · 0.80
GetSongMethod · 0.80

Tested by

no test coverage detected