MCPcopy Create free account
hub / github.com/MapServer/MapServer / writeBlockEnd

Function writeBlockEnd

mapfile.c:483–486  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

481}
482
483static void writeBlockEnd(FILE *stream, int indent, const char *name) {
484 writeIndent(stream, indent);
485 fprintf(stream, "END # %s\n", name);
486}
487
488static void writeKeyword(FILE *stream, int indent, const char *name, int value, int size, ...) {
489 va_list argp;

Callers 15

writeJoinFunction · 0.85
writeFeatureFunction · 0.85
writeGridFunction · 0.85
writeProjectionFunction · 0.85
writeLabelFunction · 0.85
writeHashTableFunction · 0.85
writeClusterFunction · 0.85
writeStyleFunction · 0.85
writeClassFunction · 0.85
writeLayerFunction · 0.85
writeReferenceMapFunction · 0.85
writeOutputformatobjectFunction · 0.85

Calls 1

writeIndentFunction · 0.85

Tested by

no test coverage detected