Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/LeCoupa/awesome-cheatsheets
/ from
Method
from
frontend/typescript.ts:611–614 ·
view source on GitHub ↗
(table: string)
Source
from the content-addressed store, hash-verified
609
}
610
611
from(table: string): this {
612
this.query += `FROM ${table} `;
613
return
this;
614
}
615
616
build(): string {
617
return
this.query.trim();
Callers
2
javascript.js
File · 0.80
node.js
File · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected