Glean home | Documentation Glean is a system for working with facts about source code, typically: information per symbol like their location, type, relationship to other symbols cross-references like function or method calls call hierarchies, type hierarchies, etc. You can use it for: Collecting and storing detailed information about code structure. Glean is designed around an efficient storage mo

