is it a canonical way to check whether there's a t...
# development
f
is it a canonical way to check whether there's a target for a given address?
Copy code
try:
  results = await Get(Targets, Addresses([address]))
except ResolveError:
  # The address `address` from <infallible> was not generated by the target...