MCPcopy Create free account
hub / github.com/chronoxor/FastBinaryEncoding / set

Method set

projects/JavaScript/proto/protoex.js:1391–1399  ·  view source on GitHub ↗

* Set the struct value * @this {!FieldModelOrder} * @param {!Order} fbeValue Order value

(fbeValue)

Source from the content-addressed store, hash-verified

1389 * @param {!Order} fbeValue Order value
1390 */
1391 set (fbeValue) {
1392 let fbeBegin = this.setBegin()
1393 if (fbeBegin === 0) {
1394 return
1395 }
1396
1397 this.setFields(fbeValue)
1398 this.setEnd(fbeBegin)
1399 }
1400
1401 /**
1402 * Set the struct fields values

Callers 15

setFieldsMethod · 0.45
serializeMethod · 0.45
setFieldsMethod · 0.45
serializeMethod · 0.45
setFieldsMethod · 0.45
serializeMethod · 0.45
setFieldsMethod · 0.45
serializeMethod · 0.45
setFieldsMethod · 0.45
serializeMethod · 0.45
setFieldsMethod · 0.45
serializeMethod · 0.45

Calls 3

setBeginMethod · 0.95
setFieldsMethod · 0.95
setEndMethod · 0.95

Tested by

no test coverage detected