MCPcopy Create free account
hub / github.com/Pagghiu/SaneCppLibraries / pop_back

Method pop_back

Libraries/FileSystemIterator/FileSystemIterator.cpp:47–51  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

45}
46
47void SC::FileSystemIterator::RecurseStack::pop_back()
48{
49 SC_FILE_SYSTEM_ITERATOR_ASSERT_RELEASE(currentEntry >= 0);
50 currentEntry--;
51}
52
53SC::Result SC::FileSystemIterator::RecurseStack::push_back(const FolderState& other)
54{

Callers 6

arraySnippetMethod · 0.80
basicTestsMethod · 0.80
testClassTypeMethod · 0.80
vectorSnippetMethod · 0.80
SmallVectorTestMethod · 0.80
smallVectorSnippetMethod · 0.80

Calls

no outgoing calls

Tested by 6

arraySnippetMethod · 0.64
basicTestsMethod · 0.64
testClassTypeMethod · 0.64
vectorSnippetMethod · 0.64
SmallVectorTestMethod · 0.64
smallVectorSnippetMethod · 0.64