CallSite Type
Call site information of an abstract vertex in a control flow graph. Typically, there is a single concrete caller vertex that calls an abstract vertex. But in some cases, such as Continuation-Passing Style (CPS) patterns found in EVM binaries, an abstract vertex can have a chain of callers.
Union cases
| Union case | Description | 
            
                
              
              
             | 
          
             | 
        
            
                
              
               | 
          
            
  | 
        
Instance members
| Instance member | Description | 
            
                
              
               | 
          
            
  | 
        
            
                
              
              
                  Full Usage: 
                   
              this.IsChainedCallSite
                  Returns: bool
                  
                   | 
          
            
  | 
        
            
                
              
              
                  Full Usage: 
                   
              this.IsLeafCallSite
                  Returns: bool
                  
                   | 
          
            
  | 
        
            B2R2