MCPcopy Index your code
hub / github.com/LissaGreense/GO4SQL / inputsToString

Function inputsToString

engine/engine_test.go:1027–1035  ·  view source on GitHub ↗
(inputs []string)

Source from the content-addressed store, hash-verified

1025}
1026
1027func inputsToString(inputs []string) string {
1028 input := ""
1029
1030 for inputIndex := 0; inputIndex < len(inputs); inputIndex++ {
1031 input += inputs[inputIndex] + "\n"
1032 }
1033
1034 return input
1035}
1036
1037func getSequences(input string) *ast.Sequence {
1038 lexerInstance := lexer.RunLexer(input)

Callers 2

runTestSuiteMethod · 0.85
runTestSuiteMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected