Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RangeNetworks/openbts
/ ByteVectorTemp
Method
ByteVectorTemp
GPRS/ByteVector.h:362–362 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
360
{
361
public:
362
ByteVectorTemp(ByteType*wstart,ByteType*wend) : ByteVector(Dorky(),wstart,wend) {}
363
ByteVectorTemp(size_t) { assert(0); }
364
365
// Constructor: A ByteVector whose contents is from a string with optional length specified.
Callers
nothing calls this directly
Calls
3
Dorky
Class · 0.85
begin
Method · 0.45
size
Method · 0.45
Tested by
no test coverage detected