Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
49
def
flush_annotations(xml=0):
50
global annotations
51
for
ann in annotations:
52
print_annotation(ann[0], ann[1], xml)
53
annotations = []
54
55
56
def
clear_annotations():
Callers
1
annotation
Function · 0.85
Calls
1
print_annotation
Function · 0.85
Tested by
no test coverage detected