Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/donatj/sqlread
/ NewInsertDetailParser
Function
NewInsertDetailParser
detail.go:12–16 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
10
}
11
12
func
NewInsertDetailParser() *InsertDetailParser {
13
return
&InsertDetailParser{
14
Out: make(
chan
[]string, 100),
15
}
16
}
17
18
func
(d *InsertDetailParser) ParseStart(p *Parser) parseState {
19
cii, ok := p.scan()
Callers
1
execQuery
Function · 0.92
Calls
no outgoing calls
Tested by
no test coverage detected