Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ThePhD/sol2
/ record
Method
record
include/sol/stack_core.hpp:598–599 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
596
int used;
597
598
record() noexcept : last(), used() {
599
}
600
void use(int count) noexcept {
601
last = count;
602
used += count;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected