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

Function createTableState

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

Source from the content-addressed store, hash-verified

217}
218
219func createTableState(l *lexer) state {
220 l.start = l.pos
221 l.pos += 13
222 l.emit(TCreateTable)
223
224 return identifierStateBuilder(createTableParamsState)
225}
226
227func createTableParamsState(l *lexer) state {
228 l.start = l.pos

Callers

nothing calls this directly

Calls 2

identifierStateBuilderFunction · 0.85
emitMethod · 0.80

Tested by

no test coverage detected