MCPcopy Create free account
hub / github.com/StackExchange/httpunit / lexTableStart

Function lexTableStart

_third_party/github.com/BurntSushi/toml/lex.go:237–247  ·  view source on GitHub ↗

lexTable lexes the beginning of a table. Namely, it makes sure that it starts with a character other than '.' and ']'. It assumes that '[' has already been consumed. It also handles the case that this is an item in an array of tables. e.g., '[[name]]'.

(lx *lexer)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 4

peekMethod · 0.80
emitMethod · 0.80
pushMethod · 0.80
nextMethod · 0.45

Tested by

no test coverage detected