Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
Indexed
MCP
copy
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
296
func
(b InsertBuilder) statementKeyword(keyword string) InsertBuilder {
297
return
builder.Set(b,
"StatementKeyword"
, keyword).(InsertBuilder)
298
}
Callers
1
Replace
Method · 0.80
Calls
1
Set
Method · 0.80
Tested by
no test coverage detected