MCPcopy Create free account
hub / github.com/PageLeay/celestial-runtime / #checkFormat

Method #checkFormat

lib.commonjs/utils/fixednumber.js:212–214  ·  view source on GitHub ↗
(other)

Source from the content-addressed store, hash-verified

210 */
211 get value() { return this.#val; }
212 #checkFormat(other) {
213 (0, errors_js_1.assertArgument)(this.format === other.format, "incompatible format; use fixedNumber.toFormat", "other", other);
214 }
215 #checkValue(val, safeOp) {
216 /*
217 const width = BigInt(this.width);

Callers 6

#addMethod · 0.95
#subMethod · 0.95
#mulMethod · 0.95
mulSignalMethod · 0.95
#divMethod · 0.95
divSignalMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected