Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/WheretIB/nullc
/ pop_back
Method
pop_back
NULLC/translation/runtime.cpp:85–88 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
83
return count;
84
}
85
void pop_back()
86
{
87
count--;
88
}
89
void clear()
90
{
91
count = 0;
Callers
1
CollectMemory
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected