Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/microsoft/SandDance
/ constructor
Function
constructor
packages/chart-recommender/src/recommender.ts:16–16 ·
view source on GitHub ↗
(columns: SandDance.types.Column, data: object[])
Source
from the content-addressed store, hash-verified
14
15
export
abstract
class
Recommender {
16
constructor(columns: SandDance.types.Column, data: object[]) { }
17
abstract rules: Rule[];
18
abstract recommend(): Recommendation;
19
}
Callers
5
ctr
Function · 0.85
create
Function · 0.85
create
Function · 0.85
ctr
Function · 0.85
create
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected