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

Function msLayerMakeBackticsTimeFilter

maplayer.c:1085–1090  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1083}
1084
1085int
1086msLayerMakeBackticsTimeFilter(layerObj *lp, const char *timestring,
1087 const char *timefield)
1088{
1089 return makeTimeFilter(lp, timestring, timefield, MS_TRUE);
1090}
1091
1092int
1093msLayerMakePlainTimeFilter(layerObj *lp, const char *timestring,

Callers 1

Calls 1

makeTimeFilterFunction · 0.85

Tested by

no test coverage detected