MCPcopy Index your code
hub / github.com/belchior/sql_query_builder / values

Function values

tests/command_insert_spec.rs:204–209  ·  view source on GitHub ↗
(insert: sql::Insert)

Source from the content-addressed store, hash-verified

202 }
203
204 fn values(insert: sql::Insert) -> sql::Insert {
205 insert
206 .values("('foo', 'Foo')")
207 .values("('bar', 'Bar')")
208 .values("('max', 'Max')")
209 }
210
211 fn as_string(insert: sql::Insert) -> String {
212 insert.as_string()

Callers

nothing calls this directly

Calls 1

valuesMethod · 0.45

Tested by

no test coverage detected