MCPcopy
hub / github.com/kuma-ui/kuma-ui / flush

Method flush

packages/core/src/registry/StyleSheetRegistry.ts:100–106  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

98 }
99
100 public flush(): void {
101 this.sheet.flush();
102 this.sheet.inject();
103 this.serverSideRenderedStyleMap = null;
104 this.indexesMap = {};
105 this.instancesCountMap = {};
106 }
107
108 private getServerSideRenderedStyleMap() {
109 const elements: HTMLStyleElement[] = Array.from(

Callers

nothing calls this directly

Calls 2

flushMethod · 0.65
injectMethod · 0.65

Tested by

no test coverage detected