Class CodeCallGraphEdge
- Namespace
- AiDotNet.ProgramSynthesis.Models
- Assembly
- AiDotNet.dll
public sealed class CodeCallGraphEdge
- Inheritance
-
CodeCallGraphEdge
- Inherited Members
Properties
Callee
public string Callee { get; set; }
Property Value
Caller
public string Caller { get; set; }