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

Method End

libs/indexer/string_slice.cpp:29–32  ·  view source on GitHub ↗

static

Source from the content-addressed store, hash-verified

27
28// static
29JoinIterator JoinIterator::End(StringSliceBase const & slice)
30{
31 return JoinIterator(slice, Position::End);
32}
33
34JoinIterator & JoinIterator::operator++()
35{

Callers 5

LoadTreeAsTextFunction · 0.45
FindMethod · 0.45
mainFunction · 0.45
AddEdgePTForSubrouteMethod · 0.45

Calls 1

JoinIteratorClass · 0.85

Tested by

no test coverage detected