Function
source_read_handler
(_app, relative_path, parent_docname, source)
Source from the content-addressed store, hash-verified
| 170 | sources_reported = [] |
| 171 | |
| 172 | def source_read_handler(_app, relative_path, parent_docname, source): |
| 173 | sources_reported.append((relative_path, parent_docname, source[0])) |
| 174 | |
| 175 | app.connect('include-read', source_read_handler) |
| 176 | text = """\ |
Callers
nothing calls this directly
Tested by
no test coverage detected
Used in the wild real call sites across dependent graphs
searching dependent graphs…