MCPcopy Index your code
hub / github.com/microsoft/SandDance / getView

Method getView

packages/sanddance/src/viewer.ts:390–400  ·  view source on GitHub ↗
(view: View)

Source from the content-addressed store, hash-verified

388 }
389
390 private getView(view: View) {
391 if (view === undefined) {
392 if (this.presenter.view === null) {
393 return defaultView;
394 } else {
395 return this.presenter.view;
396 }
397 } else {
398 return view;
399 }
400 }
401
402 private transformData(values: object[], transform: Transforms[]) {
403 try {

Callers 2

_renderMethod · 0.95
_renderMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected