Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
drop
Method · 0.80
truncate
Method · 0.80
createTable
Method · 0.80
get
Method · 0.80
create
Method · 0.80
find
Method · 0.80
update
Method · 0.80
deleteById
Method · 0.80
delete
Method · 0.80
count
Method · 0.80
min
Method · 0.80
max
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected