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

Function bytesToSequences

modes/handler.go:80–85  ·  view source on GitHub ↗
(content []byte)

Source from the content-addressed store, hash-verified

78}
79
80func bytesToSequences(content []byte) (*ast.Sequence, error) {
81 lex := lexer.RunLexer(string(content))
82 parserInstance := parser.New(lex)
83 sequences, err := parserInstance.ParseSequence()
84 return sequences, err
85}
86
87func handleSocketClient(conn net.Conn, engine *engine.DbEngine) {
88 defer func(conn net.Conn) {

Callers 3

HandleFileModeFunction · 0.85
HandleStreamModeFunction · 0.85
handleSocketClientFunction · 0.85

Calls 3

RunLexerFunction · 0.92
NewFunction · 0.92
ParseSequenceMethod · 0.80

Tested by

no test coverage detected