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

Function writeBlockBegin

mapfile.c:478–481  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

476}
477
478static void writeBlockBegin(FILE *stream, int indent, const char *name) {
479 writeIndent(stream, indent);
480 fprintf(stream, "%s\n", name);
481}
482
483static void writeBlockEnd(FILE *stream, int indent, const char *name) {
484 writeIndent(stream, indent);

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