Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SNAS/openbmp
/ setLimit
Method
setLimit
Server/src/safeQueue.hpp:200–202 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
198
}
199
200
void setLimit(uint32_t limit) {
201
this->limit = limit;
202
}
203
};
204
205
} /* namespace std */
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected