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

Function writeAttributeBinding

mapfile.c:613–617  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

611}
612
613static void writeAttributeBinding(FILE *stream, int indent, const char *name, attributeBindingObj *binding) {
614 if(!binding || !binding->item) return;
615 writeIndent(stream, ++indent);
616 fprintf(stream, "%s [%s]\n", name, binding->item);
617}
618
619static void writeColor(FILE *stream, int indent, const char *name, colorObj *defaultColor, colorObj *color) {
620 if (!defaultColor && !MS_VALID_COLOR(*color)) return;

Callers 2

writeLabelFunction · 0.85
writeStyleFunction · 0.85

Calls 1

writeIndentFunction · 0.85

Tested by

no test coverage detected