MCPcopy
hub / github.com/eveningkid/denodb / toDescription

Method toDescription

lib/query-builder.ts:83–85  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

81 }
82
83 toDescription(): QueryDescription {
84 return this._query;
85 }
86
87 table(table: string) {
88 this._query.table = table;

Callers 14

dropMethod · 0.80
truncateMethod · 0.80
createTableMethod · 0.80
getMethod · 0.80
createMethod · 0.80
findMethod · 0.80
updateMethod · 0.80
deleteByIdMethod · 0.80
deleteMethod · 0.80
countMethod · 0.80
minMethod · 0.80
maxMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected