Get a blob by address (needed by anon ingress for string/nat literals embedded in expressions).
(&self, addr: &Address)
| 63 | /// Get a blob by address (needed by anon ingress for string/nat |
| 64 | /// literals embedded in expressions). |
| 65 | pub fn get_blob(&self, addr: &Address) -> Option<Vec<u8>> { |
| 66 | self.inner.get_blob(addr) |
| 67 | } |
| 68 | |
| 69 | /// BFS-collect all addresses transitively reachable from `root` |
| 70 | /// via `Constant.refs`. The returned set includes `root`. |
no outgoing calls
no test coverage detected