MCPcopy Index your code
hub / github.com/Masterminds/squirrel / statementKeyword

Method statementKeyword

insert.go:296–298  ·  view source on GitHub ↗
(keyword string)

Source from the content-addressed store, hash-verified

294}
295
296func (b InsertBuilder) statementKeyword(keyword string) InsertBuilder {
297 return builder.Set(b, "StatementKeyword", keyword).(InsertBuilder)
298}

Callers 1

ReplaceMethod · 0.80

Calls 1

SetMethod · 0.80

Tested by

no test coverage detected