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

Method resetCharacterSet

docs/app/js/sanddance-app.js:11030–11032  ·  view source on GitHub ↗
(forceNewCharacterSet, oldInsight, newInsight)

Source from the content-addressed store, hash-verified

11028parcelHelpers.export(exports, "CharacterSet", ()=>CharacterSet);
11029class CharacterSet {
11030 resetCharacterSet(forceNewCharacterSet, oldInsight, newInsight) {
11031 if (forceNewCharacterSet || needsNewCharacterSet(oldInsight, newInsight)) this.chars = undefined;
11032 }
11033 getCharacterSet(stage) {
11034 if (!this.chars) {
11035 const map = {};

Callers 2

handlerMethod · 0.45
_renderMethod · 0.45

Calls 1

needsNewCharacterSetFunction · 0.70

Tested by

no test coverage detected