MCPcopy Create free account
hub / github.com/boostorg/build / flush_annotations

Function flush_annotations

test/BoostBuild.py:49–53  ·  view source on GitHub ↗
(xml=0)

Source from the content-addressed store, hash-verified

47
48
49def flush_annotations(xml=0):
50 global annotations
51 for ann in annotations:
52 print_annotation(ann[0], ann[1], xml)
53 annotations = []
54
55
56def clear_annotations():

Callers 1

annotationFunction · 0.85

Calls 1

print_annotationFunction · 0.85

Tested by

no test coverage detected