MCPcopy
hub / github.com/iterative/cml / toString

Method toString

src/watermark.js:28–31  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

26
27 // String representation of the watermark.
28 toString() {
29 // Replace {workflow} and {run} placeholders in label with actual values.
30 return `![](${this.url()} "${this.title}")`;
31 }
32
33 get title() {
34 let title = `CML watermark ${this.label}`.trim();

Callers 15

appendToMethod · 0.95
gitRemoteUrlFunction · 0.80
commentCreateMethod · 0.80
parseRunnerLogMethod · 0.80
deterministicFunction · 0.80
readIdFunction · 0.80
randidFunction · 0.80
uriParamFunction · 0.80
tfCaptureFunction · 0.80
urlMethod · 0.80
updateGitConfigMethod · 0.80
updateGitConfigMethod · 0.80

Calls 1

urlMethod · 0.95

Tested by

no test coverage detected