MCPcopy Index your code
hub / github.com/outerbase/studio / expectTokens

Method expectTokens

src/drivers/sqlite/sql-parse-table.ts:112–116  ·  view source on GitHub ↗
(values: string[])

Source from the content-addressed store, hash-verified

110 }
111
112 expectTokens(values: string[]) {
113 for (const v of values) {
114 this.expectToken(v);
115 }
116 }
117
118 /**
119 * Next will skip to valid non-whitespace token

Callers 1

parseCreateTriggerScriptFunction · 0.95

Calls 1

expectTokenMethod · 0.95

Tested by

no test coverage detected