Versions in this module Expand all Collapse all v1 v1.0.2 Dec 13, 2024 Changes in this version + var GlobalLanguage string + func PrintDataFlow(dataFlow []DataFlowStep) + type AIMessage struct + Content string + Role string + type AIRequestBody struct + MaxTokens int + Messages []AIMessage + Model string + Temperature float64 + type AIResponse struct + Choices []struct{ ... } + type CodeLine struct + Content string + Line int + type Config struct + Debug bool + FilePath string + Language string + StartLine int + Variable string + Verbose bool + type DataFlow struct + Code []CodeLine + Language string + Line int + NameHighlight string + Order int + Path string + Type string + type DataFlowStep struct + Function string + Line uint32 + Method string + Type string + Value string + Variable string + type FunctionCallSite struct + CallNode *sitter.Node + Line uint32 + type IdentifyVariableRequest struct + Code string + Name string + type IdentifyVariableResponse struct + IsVariable bool + VariableOrValue string + type VisitInfo struct + VisitCount int + VisitedCalls map[int]bool + VisitedDef bool