(self, hashId)
| 70 | return hashId in self.hashMap |
| 71 | |
| 72 | def objectChildStem(self, hashId): |
| 73 | return self.hashMap[hashId].child |
| 74 | |
| 75 | def maybeAddStem(self, connection): |
| 76 | # fewer than MAX_STEMS outbound connections at last reshuffle? |
no outgoing calls
no test coverage detected