MCPcopy Index your code
hub / github.com/MapServer/MapServer / msIO_contextRead

Function msIO_contextRead

mapio.c:213–220  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

211/************************************************************************/
212
213int msIO_contextRead( msIOContext *context, void *data, int byteCount )
214
215{
216 if( context->write_channel == MS_TRUE )
217 return 0;
218 else
219 return context->readWriteFunc( context->cbData, data, byteCount );
220}
221
222/************************************************************************/
223/* msIO_contextWrite() */

Callers 1

msIO_freadFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected