MCPcopy Create free account
hub / github.com/donatj/sqlread / insertIntoTableState

Function insertIntoTableState

states.go:55–61  ·  view source on GitHub ↗
(l *lexer)

Source from the content-addressed store, hash-verified

53}
54
55func insertIntoTableState(l *lexer) state {
56 l.start = l.pos
57 l.pos += 12
58
59 l.emit(TInsertInto)
60 return identifierStateBuilder(insertValuesState)
61}
62
63func insertValuesState(l *lexer) state {
64 l.start = l.pos

Callers

nothing calls this directly

Calls 2

identifierStateBuilderFunction · 0.85
emitMethod · 0.80

Tested by

no test coverage detected