In SCons, is it possible the check whether a File node, queried as File(path) is a target of a builder?
I want to use this in my Ada source code scanner to check whether a path refers to a node that has been, previously in the SConstruct/SConscript read phase, registered to be generated by a source code generation builder (also written by me).