MCPcopy Create free account
hub / github.com/microsoft/SandDance /

Class

packages/sanddance/src/dataScope.ts:19–19  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17}
18
19export class DataScope {
20 public selection: UserSelection;
21 private data: object[];
22 private columns: Column[];

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected