MCPcopy Index your code
hub / github.com/assaultcube/AC / openvecfile

Function openvecfile

source/src/stream.cpp:1029–1032  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1027};
1028
1029stream *openvecfile(vector<uchar> *s, bool autodelete)
1030{
1031 return new vecstream(s ? s : new vector<uchar>, autodelete);
1032}
1033
1034stream *openmemfile(const uchar *buf, int size, int *refcnt)
1035{

Callers 3

initdemoslotFunction · 0.85
loopvFunction · 0.85
dlpackageFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected