MCPcopy Create free account
hub / github.com/ShareDropio/sharedrop / init

Function init

app/components/peer-avatar.js:40–46  ·  view source on GitHub ↗
(...args)

Source from the content-addressed store, hash-verified

38 },
39
40 init(...args) {
41 this._super(args);
42
43 this.toggleTransferCompletedClass = this.toggleTransferCompletedClass.bind(
44 this,
45 );
46 },
47
48 didInsertElement(...args) {
49 this._super(args);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected