MCPcopy Create free account
hub / github.com/apache/thrift / lookup_addresses

Function lookup_addresses

contrib/parse_profiling.py:121–128  ·  view source on GitHub ↗

Look up source file information for all of the addresses currently stored in the global list of AddressInfo objects.

(options)

Source from the content-addressed store, hash-verified

119
120
121def lookup_addresses(options):
122 """
123 Look up source file information for all of the addresses currently stored
124 in the global list of AddressInfo objects.
125 """
126 global g_addrs_by_filename
127 for (file, addresses) in g_addrs_by_filename.items():
128 translate_file_addresses(file, addresses.values(), options)
129
130
131class Entry(object):

Callers 1

process_fileFunction · 0.85

Calls 2

translate_file_addressesFunction · 0.85
valuesMethod · 0.80

Tested by

no test coverage detected