MCPcopy Create free account
hub / github.com/GCWing/BitFun / set

Function set

src/web-ui/src/flow_chat/components/codePreviewPerfHarness.tsx:82–87  ·  view source on GitHub ↗
(value: number)

Source from the content-addressed store, hash-verified

80 return originalDescriptor?.get ? originalDescriptor.get.call(this) : 0;
81 },
82 set(value: number) {
83 if (this instanceof HTMLElement && this.classList.contains('code-preview__content')) {
84 scrollWrites += 1;
85 }
86 originalDescriptor?.set?.call(this, value);
87 },
88 });
89
90 const root = createRoot(host);

Callers 15

themeStore.tsFile · 0.50
i18nStore.tsFile · 0.50
createCanvasStoreHookFunction · 0.50
insightsStore.tsFile · 0.50
myAgentStore.tsFile · 0.50
miniAppStore.tsFile · 0.50
gitSceneStore.tsFile · 0.50
nurseryStore.tsFile · 0.50
settingsStore.tsFile · 0.50

Calls 2

containsMethod · 0.45
callMethod · 0.45

Tested by

no test coverage detected