MCPcopy Create free account
hub / github.com/Snapchat/dagger-browser / constructor

Method constructor

browser/src/models/ClassSize.tsx:17–19  ·  view source on GitHub ↗
(classInfo: ClassInfo)

Source from the content-addressed store, hash-verified

15 classInfo: ClassInfo;
16
17 constructor(classInfo: ClassInfo) {
18 this.classInfo = classInfo;
19 }
20
21 /** Returns the class info as a single string, useful for popups or title/alt attributes. */
22 getSummary(): string {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected