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

Method setSampleSize

docs/app/js/sanddance-app.js:54902–54905  ·  view source on GitHub ↗
(samples)

Source from the content-addressed store, hash-verified

54900 this.reset();
54901 }
54902 setSampleSize(samples) {
54903 this.sampleSize = samples;
54904 return this;
54905 }
54906 incrementCount() {
54907 this.addCount(1);
54908 return this;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected