MCPcopy Create free account

hub / github.com/ahmedakef/goshell / functions

Functions35 in github.com/ahmedakef/goshell

↓ 3 callersMethodcleanUp
()
manager.go:189
↓ 2 callersFunctionParseFunction
(x string)
parser.go:11
↓ 2 callersFunctionParseStatement
ParseStatement is a modified version of go/parser.ParseExpr
parser.go:36
↓ 2 callersMethodVisit
Visit inspects the type of a Node to detect a Assignment, Declaration or Import
parser.go:66
↓ 2 callersMethodaddInput
(input string)
manager.go:50
↓ 2 callersFunctionclearFunctionName
(function string)
scripts/visiter.go:105
↓ 2 callersMethodextractVariables
()
manager.go:165
↓ 2 callersFunctiongetPossipleSuggestions
(possibleWords []string, word string)
autocomplete.go:51
↓ 2 callersFunctionnewManager
(programPath string)
manager.go:40
↓ 2 callersMethodprepareCommands
()
manager.go:136
↓ 2 callersFunctionprepareProgram
(templatePath string, commands []command, functions []function)
generator.go:12
↓ 2 callersMethodremoveLastInput
()
manager.go:94
↓ 2 callersMethodrunProgram
()
manager.go:104
↓ 1 callersFunctionWordCompleter
(line string, pos int)
autocomplete.go:9
↓ 1 callersMethodaddCommand
(input string)
manager.go:68
↓ 1 callersMethodaddFunction
(input string)
manager.go:84
↓ 1 callersFunctioncommandPrintted
(command string)
manager.go:185
↓ 1 callersFunctioncontains
(arr []string, str string)
autocomplete.go:68
↓ 1 callersFunctionexecuteCommands
(commands [][]string)
scripts/fetcher.go:66
↓ 1 callersFunctionformatProgram
(programPath string)
generator.go:27
↓ 1 callersFunctiongetLastToken
(head string)
autocomplete.go:61
↓ 1 callersMethodgetProgram
()
manager.go:131
↓ 1 callersFunctionisFunctionDeclaration
(statement string)
parser.go:107
↓ 1 callersFunctionsetupLiner
()
main.go:178
↓ 1 callersMethoduseCallStatement
()
manager.go:174
↓ 1 callersFunctionvisitPackage
(libURI string)
scripts/visiter.go:44
↓ 1 callersFunctionwaitForInput
(commands chan<- string, continueChan <-chan bool, done chan bool, line *liner.State)
main.go:114
↓ 1 callersFunctionwaitForSignal
(done chan bool)
main.go:168
FunctionTestManager_RunProgram
(t *testing.T)
manager_test.go:11
FunctionTestParse
(t *testing.T)
parser_test.go:9
FunctionTestParseFunction
(t *testing.T)
parser_test.go:52
FunctionTestWordCompleter
(t *testing.T)
autocomplete_test.go:9
FunctionlistPageHandler
(el *colly.HTMLElement)
scripts/visiter.go:19
Functionmain
()
main.go:30
Functionmain
()
scripts/fetcher.go:28