MCPcopy Create free account
hub / github.com/assaultcube/AC / openmemfile

Function openmemfile

source/src/stream.cpp:1034–1037  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1032}
1033
1034stream *openmemfile(const uchar *buf, int size, int *refcnt)
1035{
1036 return new memstream(buf, size, refcnt);
1037}
1038
1039stream *openrawfile(const char *filename, const char *mode)
1040{

Callers 2

addzipmodFunction · 0.85
openzipfileFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected