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

Function msLayerGetProcessing

maplayer.c:759–767  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

757}
758
759char *msLayerGetProcessing( layerObj *layer, int proc_index) {
760 if (proc_index < 0 || proc_index >= layer->numprocessing) {
761 msSetError(MS_CHILDERR, "Invalid processing index.", "msLayerGetProcessing()");
762 return NULL;
763 }
764 else {
765 return layer->processing[proc_index];
766 }
767}
768
769char *msLayerGetProcessingKey( layerObj *layer, const char *key )
770{

Callers 1

msCopyLayerFunction · 0.85

Calls 1

msSetErrorFunction · 0.85

Tested by

no test coverage detected