# Copyright (c) Meta Platforms, Inc. and affiliates. schema yaml.1 { import builtin.1 import src import python type XRefViaName = { target: python.Name, source: src.ByteSpan, decl: maybe python.Declaration, } # There is only one fact of this predicate per source file in the repo. predicate XRefsByFile: { file: src.File, xrefs: [XRefViaName], } }