MCPcopy Create free account
hub / github.com/developit/undom / fn

Function fn

test/undom.js:156–156  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

154 expect(el.__handlers).to.eql({});
155
156 let fn = () => {};
157 el.addEventListener('type', fn);
158 expect(el.__handlers).to.eql({ type: [fn] });
159 });

Callers 1

findWhereFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected