MCPcopy Create free account
hub / github.com/Milkyroad/SCiPNET / appendWarn

Function appendWarn

public/src/js/utils.js:7–11  ·  view source on GitHub ↗
(text)

Source from the content-addressed store, hash-verified

5}
6
7function appendWarn(text) {
8 $d.append(`<blockquote>↳bash: <span style="color:yellow">WARNING: </span>${text}</blockquote>${holder} `)
9 scroll()
10 foldTable()
11}
12
13function appendNormal(text) {
14 $d.append(`<blockquote>${text}</blockquote>${holder} `)

Callers 4

script.jsFile · 0.90
replyFunction · 0.90
keyphraseLoginFunction · 0.90
accessFunction · 0.85

Calls 2

scrollFunction · 0.85
foldTableFunction · 0.85

Tested by

no test coverage detected