Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
render
Method · 0.45
emit
Method · 0.45
Tested by
no test coverage detected