MCPcopy Create free account
hub / github.com/RTByte/rtbyte / setSilent

Method setSilent

src/lib/structures/ModCase.js:75–79  ·  view source on GitHub ↗
(silent = true)

Source from the content-addressed store, hash-verified

73 }
74
75 setSilent(silent = true) {
76 if (this.submitted) throw 'silent flag cannot be changed once submitted!';
77 if (silent) this.silent = true;
78 return this;
79 }
80
81 setDuration(when) {
82 if (this.submitted) throw 'duration cannot be changed once submitted!';

Callers 9

runMethod · 0.80
runMethod · 0.80
runMethod · 0.80
runMethod · 0.80
runMethod · 0.80
runMethod · 0.80
runMethod · 0.80
runMethod · 0.80
runMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected