MCPcopy Create free account
hub / github.com/OneNoteDev/WebClipper / constructor

Method constructor

src/scripts/clipperUI/clipper.tsx:64–69  ·  view source on GitHub ↗
(props: {})

Source from the content-addressed store, hash-verified

62 private isFullScreen = new SmartValue<boolean>(false);
63
64 constructor(props: {}) {
65 super(props);
66
67 this.initializeCommunicators();
68 this.initializeSmartValues();
69 }
70
71 getInitialState(): ClipperState {
72 return {

Callers

nothing calls this directly

Calls 2

initializeSmartValuesMethod · 0.95

Tested by

no test coverage detected