MCPcopy Create free account
hub / github.com/Acode-Foundation/Acode / connect

Function connect

src/components/tabView.js:75–82  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

73 });
74
75 const connect = () => {
76 observer.observe($options, {
77 attributes: true,
78 childList: false,
79 subtree: true,
80 attributeFilter: ["class"],
81 });
82 };
83 const disconnect = () => {
84 observer.disconnect();
85 };

Callers 1

TabViewFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected