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

Function getToken

mapfile.c:192–195  ·  view source on GitHub ↗

** Get a string or symbol as a string. Operates like getString(), but also ** supports symbols. */

Source from the content-addressed store, hash-verified

190** supports symbols.
191*/
192static char *getToken(void) {
193 msyylex();
194 return msStrdup(msyystring_buffer);
195}
196
197/*
198** Load a string from the map file. A "string" is defined in lexer.l.

Callers 3

loadOutputFormatFunction · 0.85
loadMapInternalFunction · 0.85
msUpdateMapFromURLFunction · 0.85

Calls 1

msStrdupFunction · 0.85

Tested by

no test coverage detected