(self, blob)
| 71 | del self.workspace_ctx[-1] |
| 72 | |
| 73 | def define_blob(self, blob): |
| 74 | self.workspace[blob] += 1 |
| 75 | |
| 76 | def need_blob(self, blob): |
| 77 | if any(blob.startswith(p) for p in Analyzer.PREFIXES_TO_IGNORE): |
no outgoing calls
no test coverage detected