MCPcopy Index your code
hub / github.com/OneNoteDev/WebClipper / toString

Method toString

src/scripts/communicator/smartValue.ts:63–65  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

61 }
62
63 public toString(): string {
64 return !this.t ? "undefined" : this.t.toString();
65 }
66
67 private notifySubscribers() {
68 let numSubscribers = this.subscriptions.length;

Callers 9

startClipMethod · 0.45
renderFunction · 0.45
getDialogButtonsMethod · 0.45
getMessageElementMethod · 0.45
handleDataPackageMethod · 0.45
getAugmentationTypeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected