MCPcopy
hub / github.com/nhn/tui.chart / proc

Method proc

apps/chart/src/component/componentManager.ts:39–43  ·  view source on GitHub ↗
(...args: any[])

Source from the content-addressed store, hash-verified

37 }
38
39 let proc = (...args: any[]) => {
40 component.render(args[0], args[1]); // rest쓰면 에러남
41 component.sync();
42 this.eventBus.emit('needLoop');
43 };
44
45 this.store.observe((...args) => {
46 proc(...args);

Callers

nothing calls this directly

Calls 2

renderMethod · 0.45
emitMethod · 0.45

Tested by

no test coverage detected